Podman shared images working

This commit is contained in:
2026-09-11 01:34:44 -04:00
parent 7090ea5585
commit 16ae125e1f
7 changed files with 143 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
[storage]
driver = "overlay"
[storage.options]
additionalimagestores = [
"/var/containers/images"
]