1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-13 17:42:53 +08:00

Update dind to rc5 and compose to 1.10

This commit is contained in:
Marcos Lilljedahl 2017-01-08 13:28:58 -03:00
parent 41d2b5f235
commit a025f69daa

View File

@ -1,9 +1,9 @@
FROM docker:1.13.0-rc4-dind
FROM docker:1.13.0-rc5-dind
RUN apk add --no-cache git tmux py-pip apache2-utils vim build-base gettext-dev curl bash
RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash
# Install Compose and Machine
RUN pip install docker-compose==1.9.0
RUN pip install docker-compose==1.10.0-rc1
RUN curl -L https://github.com/docker/machine/releases/download/v0.9.0-rc1/docker-machine-Linux-x86_64 \
-o /usr/bin/docker-machine && chmod +x /usr/bin/docker-machine