summaryrefslogtreecommitdiffstats
path: root/storage.conf
blob: 519a0abbf01f8102b4d6dd8760c23c05a03bf473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 = [
]