Merge pull request #1086 from justincormack/new-containerd

Shift to development track containerd
This commit is contained in:
Justin Cormack
2017-01-24 17:50:45 +00:00
committed by GitHub
14 changed files with 132 additions and 17 deletions

View File

@@ -11,11 +11,6 @@ RUN \
COPY . .
RUN rm Dockerfile
RUN cd /usr/bin && \
ln -s docker-runc runc && \
ln -s docker-containerd-shim containerd-shim && \
ln -s docker-containerd-ctr containerd-ctr && \
ln -s docker-containerd containerd
RUN \
rc-update add sysctl boot && \