summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnders F Björklund <anders.f.bjorklund@gmail.com>2021-12-13 20:34:37 +0100
committerAnders F Björklund <anders.f.bjorklund@gmail.com>2021-12-30 13:47:16 +0100
commit6630e5cf66cf76aefcfe9caebe5df4f37dd0bdd5 (patch)
tree70e331263370fe3ce81673f89e8f426a8c83212f /docs
parenta3326e23d852fdcf03e7358f631ca24f5881ac70 (diff)
downloadpodman-6630e5cf66cf76aefcfe9caebe5df4f37dd0bdd5.tar.gz
podman-6630e5cf66cf76aefcfe9caebe5df4f37dd0bdd5.tar.bz2
podman-6630e5cf66cf76aefcfe9caebe5df4f37dd0bdd5.zip
Make it possible to select the volume driver
Use the same type of mounts for all the machine volumes. The default could change in the future, depending on OS. [NO NEW TESTS NEEDED] Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-machine-init.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md
index b936447fb..b515e8763 100644
--- a/docs/source/markdown/podman-machine-init.1.md
+++ b/docs/source/markdown/podman-machine-init.1.md
@@ -71,6 +71,10 @@ 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.
+#### **--volume-driver**
+
+Driver to use for mounting volumes from the host, such as `virtfs`.
+
#### **--help**
Print usage statement.