python3-compose

Python implementation of docker-compose file specification
  https://docs.docker.com/compose/
  0
  no reviews



Docker-compose is a service management software built on top of docker. Define your services and their relationships in a simple YAML file, and let compose handle the rest.

This package includes a Python implementation of docker-compose.