diff options
author | Junichi Uekawa <dancer@debian.org> | 2021-10-22 13:39:37 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@debian.org> | 2021-10-22 13:41:58 +0900 |
commit | ce4ed7d133e70d6ab8af60bac4a592989835d282 (patch) | |
tree | 0887edeb4ab6227675d4a7254da634c6887dbde6 /docs/source/markdown/podman-create.1.md | |
parent | 9e453e242e39da44badbbef985fa03b16dfd87e9 (diff) | |
download | podman-ce4ed7d133e70d6ab8af60bac4a592989835d282.tar.gz podman-ce4ed7d133e70d6ab8af60bac4a592989835d282.tar.bz2 podman-ce4ed7d133e70d6ab8af60bac4a592989835d282.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/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index ca104cb4e..6e2ab1fc5 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -1473,7 +1473,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. |