summaryrefslogtreecommitdiff
path: root/libpod.conf
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-07-20 08:54:24 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-07-24 16:12:31 -0400
commit0d82e632154b8f93d67b9b7780bf79a04b1573cf (patch)
tree7ecce783f22b7ec6f03d4815bd18137fa2c13b8a /libpod.conf
parent486c5c87bca028ba41dfb9f516ae37b9d6a984cb (diff)
downloadpodman-0d82e632154b8f93d67b9b7780bf79a04b1573cf.tar.gz
podman-0d82e632154b8f93d67b9b7780bf79a04b1573cf.tar.bz2
podman-0d82e632154b8f93d67b9b7780bf79a04b1573cf.zip
Add libpod namespace to config
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'libpod.conf')
-rw-r--r--libpod.conf8
1 files changed, 8 insertions, 0 deletions
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 = ""