1
0
mirror of https://github.com/rancher/os.git synced 2025-07-24 03:35:18 +00:00
os/scripts/dockerimages/01-state

7 lines
87 B
Plaintext
Raw Normal View History

2015-02-09 04:38:37 +00:00
FROM base
VOLUME /home
2015-02-18 01:42:26 +00:00
VOLUME /opt
2015-02-09 04:38:37 +00:00
VOLUME /var/lib/docker
VOLUME /var/run
CMD ["echo"]