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

Add Docker 17.09

This commit is contained in:
Tobias L. Maier 2017-10-08 12:43:19 +02:00
parent 35647e9676
commit 8bda7c2679

5
17.09/Dockerfile Normal file

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