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