slackbuilds_ponce/system/docker-compose
Audrius Kažukauskas 8df391da24 system/docker-compose: Updated for version 1.14.0.
Also removed docker from REQUIRES, because Compose is capable of
working with remote Docker Engine and doesn't require it to be
installed on the same system.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
2017-07-01 07:42:04 +07:00
..
docker-compose.info
docker-compose.SlackBuild
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.