From c1ffafcaba553fbe9cb91c3e37622f5d71d5831b Mon Sep 17 00:00:00 2001
From: Matthew Heon <matthew.heon@gmail.com>
Date: Mon, 5 Mar 2018 13:36:05 -0500
Subject: Change config file to not set static dir by default

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #430
Approved by: rhatdan
---
 libpod.conf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/libpod.conf b/libpod.conf
index 870c40663..1a793b12b 100644
--- a/libpod.conf
+++ b/libpod.conf
@@ -31,7 +31,10 @@ conmon_env_vars = [
 cgroup_manager = "cgroupfs"
 
 # Directory for persistent libpod files (database, etc)
-static_dir = "/var/lib/containers/storage/libpod"
+# By default, this will be configured relative to where containers/storage
+# stores containers
+# Uncomment to change location from this default
+#static_dir = "/var/lib/containers/storage/libpod"
 
 # Directory for temporary files. Must be tmpfs (wiped after reboot)
 tmp_dir = "/var/run/libpod"
-- 
cgit v1.2.3-54-g00ecf