a3d34514eb
Default override to true so it is consistent with RHEL.
29 lines
848 B
Plaintext
29 lines
848 B
Plaintext
# storage.conf is the configuration file for all tools
|
|
# that share the containers/storage libraries
|
|
# See man 5 containers-storage.conf for more information
|
|
|
|
# The "container storage" table contains all of the server options.
|
|
[storage]
|
|
|
|
# Default Storage Driver
|
|
driver = ""
|
|
|
|
# Temporary storage location
|
|
runroot = "/var/run/containers/storage"
|
|
|
|
# Primary Read/Write location of container storage
|
|
graphroot = "/var/lib/containers/storage"
|
|
|
|
[storage.options]
|
|
# AdditionalImageStores is used to pass paths to additional Read/Only image stores
|
|
# Must be comma separated list.
|
|
additionalimagestores = [
|
|
]
|
|
|
|
# Size is used to set a maximum size of the container image. Only supported by
|
|
# certain container storage drivers.
|
|
size = ""
|
|
|
|
# OverrideKernelCheck tells the driver to ignore kernel checks based on kernel version
|
|
override_kernel_check = "true"
|