mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 21:20:24 +00:00
Merge pull request #284 from nathanleclaire/azure
Add support for Azure (VHD) build to Moby
This commit is contained in:
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user