role-podman/templates/storage.conf

8 lines
182 B
Plaintext
Raw Normal View History

2023-09-13 21:40:39 +00:00
[storage]
driver = "overlay"
2023-09-17 19:34:35 +00:00
runroot = "/var/run/containers/storage"
graphroot = "/var/run/containers/graphroot"
2023-09-13 21:40:39 +00:00
[storage.options.overlay]
mount_program = "/usr/bin/fuse-overlayfs"