1
0
mirror of https://github.com/rancher/os.git synced 2025-07-02 17:51:49 +00:00
os/scripts/dockerimages/01-state
2015-02-17 18:42:26 -07:00

7 lines
87 B
Plaintext

FROM base
VOLUME /home
VOLUME /opt
VOLUME /var/lib/docker
VOLUME /var/run
CMD ["echo"]