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

Rename userdocker to docker to be more consistent with other distros

This commit is contained in:
Darren Shepherd
2015-05-02 23:06:20 -07:00
parent 03d232ce87
commit 45d9c54b9a
3 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
FROM base
COPY scripts/dockerimages/scripts/docker.sh /
COPY assets/ca.crt /etc/ssl/certs/ca-certificates.crt
CMD ["/docker.sh"]