slackbuilds/system/docker-compose
Willy Sudiarto Raharjo 054f0aac42
system/docker-compose: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-11-25 10:00:46 +07:00
..
README
docker-compose.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
docker-compose.info system/docker-compose: Update DEP. 2021-11-25 10:00:46 +07:00
slack-desc

README

Compose is a tool for defining and running multi-container Docker
applications.  With Compose, you use a Compose file to configure your
application's services.  Then, using a single command, you create and
start all the services from your configuration.

Compose is great for development, testing, and staging environments, as
well as CI workflows.