summaryrefslogtreecommitdiff
path: root/docs/podman.1.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-07-19 14:24:22 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-07-24 16:12:31 -0400
commit3ae0c80806b68f712756fd660d06449e71eb41b7 (patch)
treeba16d83caaecc79748cd9c594c71070991ad3b09 /docs/podman.1.md
parent8f91678a499d29cb5221153e223f5e896cb1b5b1 (diff)
downloadpodman-3ae0c80806b68f712756fd660d06449e71eb41b7.tar.gz
podman-3ae0c80806b68f712756fd660d06449e71eb41b7.tar.bz2
podman-3ae0c80806b68f712756fd660d06449e71eb41b7.zip
Add --namespace flag to Podman
Allows joining libpod to a specific namespace when running a Podman command. Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'docs/podman.1.md')
-rw-r--r--docs/podman.1.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md
index 5581e0569..ffc2669a4 100644
--- a/docs/podman.1.md
+++ b/docs/podman.1.md
@@ -39,6 +39,11 @@ Path to where the cpu performance results should be written
log messages above specified level: debug, info, warn, error (default), fatal or panic
+**--namespace**
+
+set namespace libpod namespace. Namespaces are used to separate groups of containers and pods in libpod's state.
+When namespace is set, created containers and pods will join the given namespace, and only containers and pods in the given namespace will be visible to Podman.
+
**--root**=**value**
Path to the root directory in which data, including images, is stored