Merge pull request #265 from crosbymichael/fix-dind
Update the path to project from hack
This commit is contained in:
commit
3496a63d87
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue