File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -776,11 +776,11 @@ $ podman run --uidmap 0:30000:7000 --gidmap 0:30000:7000 fedora echo hello
776
776
777
777
Podman allows for the configuration of storage by changing the values
778
778
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
780
780
using global options.
781
781
782
782
```
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
784
784
```
785
785
786
786
### Configure timezone in a container
You can’t perform that action at this time.
0 commit comments