Robert Kaussow
33dd4e8c30
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1 Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
21 lines
557 B
Django/Jinja
21 lines
557 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"
|
|
|
|
[storage.options]
|
|
additionalimagestores = [
|
|
]
|
|
|
|
pull_options = {enable_partial_images = "false", use_hard_links = "false", ostree_repos=""}
|
|
|
|
[storage.options.overlay]
|
|
mountopt = "nodev,metacopy=on"
|
|
|
|
[storage.options.thinpool]
|