diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-07-19 14:24:22 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-07-24 16:12:31 -0400 |
commit | 3ae0c80806b68f712756fd660d06449e71eb41b7 (patch) | |
tree | ba16d83caaecc79748cd9c594c71070991ad3b09 /completions/bash/podman | |
parent | 8f91678a499d29cb5221153e223f5e896cb1b5b1 (diff) | |
download | podman-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 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 11203e52d..5d20bab3e 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2224,6 +2224,7 @@ _podman_podman() { --storage-driver --storage-opt --log-level + --namespace " local boolean_options=" --help -h |