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

Implement rancherctl config import

This commit is contained in:
Darren Shepherd
2015-02-17 18:42:26 -07:00
parent 9f1a38f8c8
commit 529ce4336d
4 changed files with 73 additions and 25 deletions

View File

@@ -1,5 +1,6 @@
FROM base
VOLUME /home
VOLUME /opt
VOLUME /var/lib/docker
VOLUME /var/run
CMD ["echo"]