18 lines
449 B
Plaintext
18 lines
449 B
Plaintext
# The "container storage" table contains all of the server options.
|
|
[storage]
|
|
|
|
# Default Storage Driver
|
|
driver = "overlay"
|
|
|
|
# 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 = [
|
|
]
|