Skip to content

Commit 1c943f0

Browse files
committed
docs: replace fuse-overlayfs example with additionalimagestore
The fuse-overlayfs example was misleading as setting fuse-overlayfs will cause a persistent storage configuration change rather than a one-time option. Closes: #26590 Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent faf975c commit 1c943f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/markdown/podman-run.1.md.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,11 +776,11 @@ $ podman run --uidmap 0:30000:7000 --gidmap 0:30000:7000 fedora echo hello
776776

777777
Podman allows for the configuration of storage by changing the values
778778
in the _/etc/container/storage.conf_ or by using global options. This
779-
shows how to set up and use fuse-overlayfs for a one-time run of busybox
779+
shows how to use an additional image store for a one-time run of busybox
780780
using global options.
781781

782782
```
783-
podman --log-level=debug --storage-driver overlay --storage-opt "overlay.mount_program=/usr/bin/fuse-overlayfs" run busybox /bin/sh
783+
podman --log-level=debug --storage-opt "additionalimagestore=/tmp/readonly-images" run busybox /bin/sh
784784
```
785785

786786
### Configure timezone in a container

0 commit comments

Comments
 (0)