Merge pull request #265 from crosbymichael/fix-dind

Update the path to project from hack
This commit is contained in:
Michael Crosby 2014-11-14 15:52:21 -08:00
commit 3496a63d87
1 changed files with 1 additions and 1 deletions

View File

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