diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-04-15 06:10:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 06:10:17 -0400 |
commit | 25eeaec219ccc49dcb35e098afaed7d7987cbee1 (patch) | |
tree | 6ef9572c7d42ab71db7a0795ad94056af2b6e2d2 /docs | |
parent | 92625eadc600c22897b8c6b2955eacc27a045f84 (diff) | |
parent | 900739d134564f48bd91a159a25fac52b608bbf4 (diff) | |
download | podman-25eeaec219ccc49dcb35e098afaed7d7987cbee1.tar.gz podman-25eeaec219ccc49dcb35e098afaed7d7987cbee1.tar.bz2 podman-25eeaec219ccc49dcb35e098afaed7d7987cbee1.zip |
Merge pull request #13849 from baude/defaultvolumess
Mount $HOME:$HOME by default in podman machine init
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-machine-init.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md index ac258eaae..33947bbba 100644 --- a/docs/source/markdown/podman-machine-init.1.md +++ b/docs/source/markdown/podman-machine-init.1.md @@ -83,6 +83,9 @@ Podman mounts _host-dir_ in the host to _machine-dir_ in the Podman machine. The root filesystem is mounted read-only in the default operating system, so mounts must be created under the /mnt directory. +Default volume mounts are defined in *containers.conf*. Unless changed, the default values +is `$HOME:$HOME`. + #### **--volume-driver** Driver to use for mounting volumes from the host, such as `virtfs`. |