15 lines
296 B
Plaintext
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]
|