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