diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-07-20 08:54:24 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-07-24 16:12:31 -0400 |
commit | 0d82e632154b8f93d67b9b7780bf79a04b1573cf (patch) | |
tree | 7ecce783f22b7ec6f03d4815bd18137fa2c13b8a /libpod.conf | |
parent | 486c5c87bca028ba41dfb9f516ae37b9d6a984cb (diff) | |
download | podman-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.conf | 8 |
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 = "" |