summaryrefslogtreecommitdiff
path: root/contrib/podmanimage/stable/storage.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/podmanimage/stable/storage.conf')
-rw-r--r--contrib/podmanimage/stable/storage.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/podmanimage/stable/storage.conf b/contrib/podmanimage/stable/storage.conf
new file mode 100644
index 000000000..bc8d8c111
--- /dev/null
+++ b/contrib/podmanimage/stable/storage.conf
@@ -0,0 +1,6 @@
+[storage.options]
+additionalimagestores = ["/var/lib/shared"]
+
+[storage.options.overlay]
+mountopt = "nodev,fsync=0"
+mount_program = "/usr/bin/fuse-overlayfs"