From 0d82e632154b8f93d67b9b7780bf79a04b1573cf Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 20 Jul 2018 08:54:24 -0400 Subject: Add libpod namespace to config Signed-off-by: Matthew Heon --- libpod.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libpod.conf') diff --git a/libpod.conf b/libpod.conf index da5e010f2..3a363e256 100644 --- a/libpod.conf +++ b/libpod.conf @@ -57,3 +57,11 @@ cni_plugin_dir = [ "/usr/lib/cni", "/opt/cni/bin" ] + +# Default libpod namespace +# If libpod is joined to a namespace, it will see only containers and pods +# that were created in the same namespace, and will create new containers and +# pods in that namespace. +# The default namespace is "", which corresponds to no namespace. When no +# namespace is set, all containers and pods are visible. +#namespace = "" -- cgit v1.2.3-54-g00ecf