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

5 lines
129 B
Plaintext
Raw Normal View History

2015-02-08 21:38:37 -07:00
FROM base
COPY scripts/dockerimages/scripts/docker.sh /
2015-02-19 11:26:59 -07:00
COPY assets/ca.crt /etc/ssl/certs/ca-certificates.crt
2015-02-08 21:38:37 -07:00
CMD ["/docker.sh"]