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