summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@debian.org>2021-10-22 13:39:37 +0900
committerMatthew Heon <matthew.heon@pm.me>2021-11-12 11:08:25 -0500
commitd489abf26e4968ba370f578d8d984d6a22493189 (patch)
tree9f41ab4743a5bac231a304cef06c2cdc5276eb6b /docs
parent34739f44131e9c493c4021d119c368c82d080c84 (diff)
downloadpodman-d489abf26e4968ba370f578d8d984d6a22493189.tar.gz
podman-d489abf26e4968ba370f578d8d984d6a22493189.tar.bz2
podman-d489abf26e4968ba370f578d8d984d6a22493189.zip
fuse-overlay probably means fuse-overlayfs.
fuse-overlayfs is usually the package name. Signed-off-by: Junichi Uekawa <dancer@debian.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-create.1.md2
-rw-r--r--docs/source/markdown/podman-run.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index 40439dacb..d46400e31 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -1453,7 +1453,7 @@ Note: RHEL7 and Centos 7 will not have this feature until RHEL7.7 is released.
In order for users to run rootless, there must be an entry for their username in /etc/subuid and /etc/subgid which lists the UIDs for their user namespace.
Rootless Podman works better if the fuse-overlayfs and slirp4netns packages are installed.
-The fuse-overlay package provides a userspace overlay storage driver, otherwise users need to use
+The fuse-overlayfs package provides a userspace overlay storage driver, otherwise users need to use
the vfs storage driver, which is diskspace expensive and does not perform well. slirp4netns is
required for VPN, without it containers need to be run with the --network=host flag.
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md
index c538935fd..6cda72952 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -1801,7 +1801,7 @@ Note: RHEL7 and Centos 7 will not have this feature until RHEL7.7 is released.
In order for users to run rootless, there must be an entry for their username in _/etc/subuid_ and _/etc/subgid_ which lists the UIDs for their user namespace.
Rootless Podman works better if the fuse-overlayfs and slirp4netns packages are installed.
-The **fuse-overlay** package provides a userspace overlay storage driver, otherwise users need to use
+The **fuse-overlayfs** package provides a userspace overlay storage driver, otherwise users need to use
the **vfs** storage driver, which is diskspace expensive and does not perform well. slirp4netns is
required for VPN, without it containers need to be run with the **--network=host** flag.