mirror of
https://github.com/rancher/os.git
synced 2025-07-31 22:47:16 +00:00
7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
FROM base
|
|
VOLUME /home
|
|
VOLUME /opt
|
|
VOLUME /var/lib/docker
|
|
VOLUME /var/run
|
|
CMD ["echo"]
|