1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-22 16:01:59 +01:00

Merge pull request #1 from dzikismigol/master

Add dedicated 17.03 image
This commit is contained in:
Tobias L. Maier 2017-03-06 01:14:19 +01:00 committed by GitHub
commit 0232b8d62b
2 changed files with 6 additions and 1 deletions

5
17.03/Dockerfile Normal file

@ -0,0 +1,5 @@
FROM docker:17.03
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
RUN apk add --no-cache py-pip
RUN pip install docker-compose

@ -8,7 +8,7 @@
This docker image installs docker-compose on top of the `docker` image.
This is very usefull for CI pipelines, which leverage "Docker in Docker".
There are versions based on different docker versions, e.g. `latest`, `1.13` and `1.12`.
There are versions based on different docker versions, e.g. `latest`, `17.03`, `1.13` and `1.12`.
## Author