2026-09-11 01:34:44 -04:00
|
|
|
[storage]
|
|
|
|
|
driver = "overlay"
|
2026-09-11 18:25:20 -04:00
|
|
|
graphroot="$HOME/.local/share/containers/storage"
|
2026-09-11 01:34:44 -04:00
|
|
|
[storage.options]
|
2026-09-11 18:25:20 -04:00
|
|
|
ignore_chown_errors = "true"
|
2026-09-11 01:34:44 -04:00
|
|
|
additionalimagestores = [
|
|
|
|
|
"/var/containers/images"
|
2026-09-11 18:25:20 -04:00
|
|
|
]
|
|
|
|
|
[storage.options.overlay]
|
|
|
|
|
mount_program = "/usr/bin/fuse-overlayfs"
|