slackbuilds_ponce/system/docker-compose
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
docker-compose.info system/docker-compose: Fix dep info. 2021-06-23 01:14:05 +07:00
docker-compose.SlackBuild All: SlackBuilds run in the directory they are in 2021-07-05 16:01:32 +07:00
README
slack-desc

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.