1
0
mirror of https://github.com/rancher/os.git synced 2025-06-23 05:27:03 +00:00
os/scripts/dockerimages/05-userdocker

5 lines
129 B
Plaintext
Raw Normal View History

2015-02-09 04:38:37 +00:00
FROM base
COPY scripts/dockerimages/scripts/docker.sh /
2015-02-19 18:26:59 +00:00
COPY assets/ca.crt /etc/ssl/certs/ca-certificates.crt
2015-02-09 04:38:37 +00:00
CMD ["/docker.sh"]