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:
parent
3fbf62e968
commit
598b93722d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue