mirror of
https://github.com/containers/podman.git
synced 2025-05-31 15:42:48 +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:
@ -285,7 +285,6 @@ func WithCNIPluginDir(dir string) RuntimeOption {
|
||||
}
|
||||
|
||||
// WithNamespace sets the namespace for libpod.
|
||||
// Namespace is the libpod namespace to use.
|
||||
// Namespaces are used to create scopes to separate containers and pods
|
||||
// in the state.
|
||||
// When namespace is set, libpod will only view containers and pods in
|
||||
|
Reference in New Issue
Block a user