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

Add support for Docker 17.06

This will fail as of today, as Docker 17.06 has not been released
This commit is contained in:
Tobias L. Maier 2017-06-05 15:26:04 +02:00
parent 1751621e73
commit bcdbeeaf53

5
17.06/Dockerfile Normal file

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