Merge pull request #450 from avagin/dind

Fix path to /dind
This commit is contained in:
Mrunal Patel 2015-03-16 09:53:11 -07:00
commit 71a57166c1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN go get github.com/docker/docker/pkg/term
RUN mkdir /busybox && \
curl -sSL 'https://github.com/jpetazzo/docker-busybox/raw/buildroot-2014.11/rootfs.tar' | tar -xC /busybox
RUN curl -sSL https://raw.githubusercontent.com/docker/docker/master/project/dind -o /dind && \
RUN curl -sSL https://raw.githubusercontent.com/docker/docker/master/hack/dind -o /dind && \
chmod +x /dind
COPY . /go/src/github.com/docker/libcontainer