mirror of https://github.com/containers/podman.git
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:
parent
cf0e5c6774
commit
c1ffafcaba
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue