Closed Sirherobrine23 closed 2 years ago
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration.
https://docs.docker.com/compose/
https://github.com/docker/compose.git
docker-compose is written in Go, the compilation is working with version 2.2.2, previous versions have not been tested.
Package description
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration.
Home page URL
https://docs.docker.com/compose/
Source code URL
https://github.com/docker/compose.git
Packaging policy acknowledgement
Additional information
docker-compose is written in Go, the compilation is working with version 2.2.2, previous versions have not been tested.