Add libpod namespace to config

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
Matthew Heon 2018-07-20 08:54:24 -04:00
parent 486c5c87bc
commit 0d82e63215

View file

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