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:
commit
0232b8d62b
5
17.03/Dockerfile
Normal file
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user