1
0
mirror of https://github.com/rancher/os.git synced 2025-06-27 15:26:50 +00:00
os/scripts/dockerimages/04-userdocker

5 lines
135 B
Plaintext
Raw Normal View History

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