mirror of
https://github.com/rancher/os.git
synced 2025-07-02 17:51:49 +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"]
|