mirror of
https://github.com/containers/podman.git
synced 2025-07-03 17:27:18 +08:00
Fix instructions about setting storage driver on command-line
The OverlayFS storage driver is called `overlay`, not `overlayfs`. Signed-off-by: Patrick Reader <_@pxeger.com>
This commit is contained in:
@ -90,8 +90,8 @@ See the example above "_Using a separate user account for benchmarking_" for how
|
|||||||
|
|
||||||
Storage driver | Podman command
|
Storage driver | Podman command
|
||||||
---- | ------
|
---- | ------
|
||||||
native overlayfs | `podman --storage-driver=overlayfs run ...`
|
native overlayfs | `podman --storage-driver=overlay run ...`
|
||||||
fuse-overlayfs | `podman --storage-driver=overlayfs --storage-opt overlay.mount_program=/usr/bin/fuse-overlayfs run ...`
|
fuse-overlayfs | `podman --storage-driver=overlay --storage-opt overlay.mount_program=/usr/bin/fuse-overlayfs run ...`
|
||||||
VFS | `podman --storage-driver=vfs run ...`
|
VFS | `podman --storage-driver=vfs run ...`
|
||||||
|
|
||||||
#### Configuring the default storage driver
|
#### Configuring the default storage driver
|
||||||
|
Reference in New Issue
Block a user