mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 16:01:59 +01:00
eb0fb91b5c
- update versions - add hint to open Github issues or pull requests
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
# Docker Compose
|
|
|
|
[![Docker Automated buil](https://img.shields.io/docker/automated/tmaier/docker-compose.svg)](https://hub.docker.com/r/tmaier/docker-compose/)
|
|
[![Docker Pulls](https://img.shields.io/docker/pulls/tmaier/docker-compose.svg)](https://hub.docker.com/r/tmaier/docker-compose/)
|
|
[![GitHub issues](https://img.shields.io/github/issues/tmaier/docker-compose.svg)](https://github.com/tmaier/docker-compose/issues)
|
|
[![GitHub stars](https://img.shields.io/github/stars/tmaier/docker-compose.svg?style=social&label=Star)](https://github.com/tmaier/docker-compose)
|
|
|
|
This docker image installs docker-compose on top of the `docker` image.
|
|
This is very usefull for CI pipelines, which leverage "Docker in Docker".
|
|
|
|
## Docker versions supported
|
|
|
|
There are versions based on different docker versions, e.g. `latest`, `17.06`, `17.03` and `1.13`.
|
|
|
|
Please open an issue or a pull request (preferred) [at GitHub](https://github.com/tmaier/docker-compose), if a version is missing.
|
|
|
|
## Author
|
|
|
|
[Tobias L. Maier](http://tobiasmaier.info) for [BauCloud GmbH](https://www.baucloud.com)
|