1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00
Files
os/scripts/dockerimages/04-userdocker

5 lines
135 B
Plaintext
Raw Normal View History

2015-02-08 21:38:37 -07:00
FROM base
COPY scripts/dockerimages/scripts/docker.sh /
2015-02-16 17:02:35 -07:00
COPY build/initrd/ca.crt /etc/ssl/certs/ca-certificates.crt
2015-02-08 21:38:37 -07:00
CMD ["/docker.sh"]