From 5fcbe5baabfdbc250d5ca1122db133d2fcb7b79d Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 21 Feb 2019 09:48:07 -0500 Subject: Add volume path to default libpod.conf (and manpage) Signed-off-by: Matthew Heon --- libpod.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libpod.conf') 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" -- cgit v1.2.3-54-g00ecf