1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-22 16:01:59 +01:00
Container with Docker + Docker Compose - good for CI
Go to file
Tobias L. Maier 6a85a508cf Use docker-compose container to run
- default install method does currently not work on alpine.
- pip option is not leightweight
- docker alias seems promising

https://docs.docker.com/compose/install/
2017-01-04 02:12:41 +01:00
latest Use docker-compose container to run 2017-01-04 02:12:41 +01:00
LICENSE Initial commit 2017-01-04 01:06:01 +01:00
README.md Add README.md 2017-01-04 01:52:31 +01:00

Docker Compose

This docker image installs docker-compose on top of the docker:latest image. This is very usefull for CI pipelines, which leverage "Docker in Docker".