Change config file to not set static dir by default

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

Closes: #430
Approved by: rhatdan
This commit is contained in:
Matthew Heon 2018-03-05 13:36:05 -05:00 committed by Atomic Bot
parent cf0e5c6774
commit c1ffafcaba
1 changed files with 4 additions and 1 deletions

View File

@ -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"