CloudBender/conf/storage.conf
Stefan Reimer b32de905a4
All checks were successful
ZeroDownTime/CloudBender/pipeline/head This commit looks good
feat: add execute task, rework Dockerfile to allow podman run rootless
2022-06-27 20:51:03 +02:00

15 lines
296 B
Plaintext

[storage]
driver = "overlay"
runroot = "/run/containers/storage"
graphroot = "/var/lib/containers/storage"
[storage.options]
additionalimagestores = [
"/var/lib/shared",
]
[storage.options.overlay]
mount_program = "/usr/bin/fuse-overlayfs"
mountopt = "nodev,fsync=0"
[storage.options.thinpool]