summaryrefslogtreecommitdiffstats
path: root/storage.conf
diff options
context:
space:
mode:
Diffstat (limited to 'storage.conf')
-rw-r--r--storage.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/storage.conf b/storage.conf
new file mode 100644
index 0000000..519a0ab
--- /dev/null
+++ b/storage.conf
@@ -0,0 +1,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 = [
+]