diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-04-23 20:42:53 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-04 17:15:55 +0000 |
commit | b51d7379987581da82902027fe91cdf298047bc0 (patch) | |
tree | f9d7fbebf3b946caea5eb5e2c626a19413c795c8 /completions | |
parent | 1f5debd43806cc3bd07f562ff00ef4c426540f98 (diff) | |
download | podman-b51d7379987581da82902027fe91cdf298047bc0.tar.gz podman-b51d7379987581da82902027fe91cdf298047bc0.tar.bz2 podman-b51d7379987581da82902027fe91cdf298047bc0.zip |
Begin wiring in USERNS Support into podman
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #690
Approved by: mheon
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index cafb4d8c8..45e5c9a15 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1072,6 +1072,7 @@ _podman_container_run() { --env -e --env-file --expose + --gidmap --group-add --hostname -h --image-volume @@ -1099,7 +1100,10 @@ _podman_container_run() { --stop-signal --stop-timeout --tmpfs + --subgidname + --subuidname --sysctl + --uidmap --ulimit --user -u --userns |