Merge pull request #284 from nathanleclaire/azure

Add support for Azure (VHD) build to Moby
This commit is contained in:
Justin Cormack
2016-07-19 22:44:01 +01:00
committed by GitHub
11 changed files with 372 additions and 2 deletions

View File

@@ -76,7 +76,8 @@ COPY packages/test/mobytest /usr/bin/
COPY packages/sysctl/etc /etc/
COPY packages/iptables/iptables /usr/local/sbin/
COPY packages/containerd/etc /etc/
COPY packages/aws/etc /etc
COPY packages/aws/etc /etc/
COPY packages/azure/etc /etc/
RUN \
rc-update add swap boot && \
@@ -114,6 +115,7 @@ RUN \
rc-update add test default && \
rc-update add containerd default && \
rc-update add aws default && \
rc-update add azure default && \
true
COPY init /