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

5 lines
128 B
Plaintext
Raw Normal View History

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