diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-02-21 09:48:07 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-02-26 09:38:02 -0500 |
commit | 5fcbe5baabfdbc250d5ca1122db133d2fcb7b79d (patch) | |
tree | e4da961239c6ca8c3bda9ad3db4a4ab1db447da6 /libpod.conf | |
parent | d41d8d090e330fe2f0a3c75d24c409d9c345f841 (diff) | |
download | podman-5fcbe5baabfdbc250d5ca1122db133d2fcb7b79d.tar.gz podman-5fcbe5baabfdbc250d5ca1122db133d2fcb7b79d.tar.bz2 podman-5fcbe5baabfdbc250d5ca1122db133d2fcb7b79d.zip |
Add volume path to default libpod.conf (and manpage)
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'libpod.conf')
-rw-r--r-- | libpod.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libpod.conf b/libpod.conf index 8d6158ed5..211ba106d 100644 --- a/libpod.conf +++ b/libpod.conf @@ -93,6 +93,12 @@ pause_command = "/pause" # 'podman system renumber' command). num_locks = 2048 +# Directory for libpod named volumes. +# By default, this will be configured relative to where containers/storage +# stores containers. +# Uncomment to change location from this default. +#volume_path = "/var/lib/containers/storage/volumes" + # Default OCI runtime runtime = "runc" |