2022-03-18 18:07:25 +00:00
|
|
|
# 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"
|
|
|
|
|
|
|
|
[storage.options]
|
|
|
|
additionalimagestores = [
|
|
|
|
]
|
|
|
|
|
2023-07-28 19:59:01 +00:00
|
|
|
pull_options = {enable_partial_images = "false", use_hard_links = "false", ostree_repos=""}
|
|
|
|
|
2022-03-18 18:07:25 +00:00
|
|
|
[storage.options.overlay]
|
|
|
|
mountopt = "nodev,metacopy=on"
|
|
|
|
|
|
|
|
[storage.options.thinpool]
|