mirror of
https://github.com/containers/podman.git
synced 2025-09-25 07:44:24 +08:00
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>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user