Skip to content

Commit

Permalink
Merge pull request #16965 from pxeger/patch-1
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix instructions about setting storage driver on command-line
  • Loading branch information
openshift-merge-robot authored Jan 3, 2023
2 parents 864288b + 598b937 commit 848b24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ See the example above "_Using a separate user account for benchmarking_" for how

Storage driver | Podman command
---- | ------
native overlayfs | `podman --storage-driver=overlayfs run ...`
fuse-overlayfs | `podman --storage-driver=overlayfs --storage-opt overlay.mount_program=/usr/bin/fuse-overlayfs run ...`
native overlayfs | `podman --storage-driver=overlay run ...`
fuse-overlayfs | `podman --storage-driver=overlay --storage-opt overlay.mount_program=/usr/bin/fuse-overlayfs run ...`
VFS | `podman --storage-driver=vfs run ...`

#### Configuring the default storage driver
Expand Down

0 comments on commit 848b24c

Please sign in to comment.