diff --git a/17.12/Dockerfile b/17.12/Dockerfile new file mode 100644 index 0000000..8e3019a --- /dev/null +++ b/17.12/Dockerfile @@ -0,0 +1,5 @@ +FROM docker:17.12 +MAINTAINER Tobias Maier + +RUN apk add --no-cache py-pip +RUN pip install docker-compose diff --git a/18.02/Dockerfile b/18.02/Dockerfile new file mode 100644 index 0000000..3013477 --- /dev/null +++ b/18.02/Dockerfile @@ -0,0 +1,5 @@ +FROM docker:18.02 +MAINTAINER Tobias Maier + +RUN apk add --no-cache py-pip +RUN pip install docker-compose