1
0
mirror of https://github.com/rancher/os.git synced 2025-06-26 06:51:40 +00:00
os/scripts/dockerimages/01-state
2015-02-08 21:38:37 -07:00

6 lines
75 B
Plaintext

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