21 lines
570 B
Django/Jinja
21 lines
570 B
Django/Jinja
# This file is is the configuration file for all tools
|
|
# that use the containers/storage library.
|
|
# See man 5 containers-storage.conf for more information
|
|
# The "container storage" table contains all of the server options.
|
|
[storage]
|
|
driver = "overlay"
|
|
|
|
runroot = "/run/containers/storage"
|
|
graphroot = "/var/lib/containers/storage"
|
|
rootless_storage_path = "$HOME/.local/share/containers/storage"
|
|
|
|
[storage.options]
|
|
additionalimagestores = [
|
|
]
|
|
|
|
[storage.options.overlay]
|
|
mount_program = "/usr/bin/fuse-overlayfs"
|
|
mountopt = "nodev,metacopy=on"
|
|
|
|
[storage.options.thinpool]
|