1
0
mirror of https://github.com/rancher/os.git synced 2025-09-28 05:55:11 +00:00
Files
os/scripts/dockerimages/01-state

7 lines
87 B
Plaintext
Raw Normal View History

2015-02-08 21:38:37 -07:00
FROM base
VOLUME /home
2015-02-17 18:42:26 -07:00
VOLUME /opt
2015-02-08 21:38:37 -07:00
VOLUME /var/lib/docker
VOLUME /var/run
CMD ["echo"]