mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
Add container.conf default volume to init
containers.conf now has a default volumes field for podman machine. this pr inserts those values as the default volumes in init. Signed-off-by: Brent Baude <bbaude@redhat.com> [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -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`.
|
||||
|
Reference in New Issue
Block a user