1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

Initial commit

This commit is contained in:
Darren Shepherd
2015-02-08 21:38:37 -07:00
commit df4a126175
38 changed files with 1351 additions and 0 deletions

View File

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