c38bfdc
# The "container storage" table contains all of the server options.
c38bfdc
[storage]
c38bfdc
c38bfdc
# Default Storage Driver
c38bfdc
driver = "overlay"
c38bfdc
c38bfdc
# Temporary storage location
c38bfdc
runroot = "/var/run/containers/storage"
c38bfdc
c38bfdc
# Primary Read/Write location of container storage
c38bfdc
graphroot = "/var/lib/containers/storage"
c38bfdc
c38bfdc
[storage.options]
c38bfdc
# AdditionalImageStores is used to pass paths to additional Read/Only image stores
c38bfdc
# Must be comma separated list.
c38bfdc
additionalimagestores = [
c38bfdc
]