Skip to content

Commit cc84e29

Browse files
Merge pull request #26599 from giuseppe/fix-one-time-example
docs: replace fuse-overlayfs example with additionalimagestore
2 parents 86dafb6 + 1c943f0 commit cc84e29

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)