Merge pull request #13849 from baude/defaultvolumess

Mount $HOME:$HOME by default in podman machine init
This commit is contained in:
OpenShift Merge Robot
2022-04-15 06:10:17 -04:00
committed by GitHub
2 changed files with 10 additions and 3 deletions

View File

@ -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`.