1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

add cloud-init support

This commit is contained in:
sidharthamani
2015-02-18 19:05:23 -08:00
parent 597a46c574
commit fb237dbebe
11 changed files with 433 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
FROM base
COPY scripts/dockerimages/scripts/docker.sh /
COPY build/initrd/ca.crt /etc/ssl/certs/ca-certificates.crt
CMD ["/docker.sh"]