Revert to non-development containerd and runc until nats port is sorted out

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
Riyaz Faizullabhoy
2017-02-02 11:57:28 -08:00
parent 55fb1f40dc
commit 0003deabea
13 changed files with 12 additions and 128 deletions

View File

@@ -7,6 +7,11 @@ RUN \
adduser -D -H -s /sbin/nologin dockremap
COPY . .
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 && \