mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update bash completion for seccomp
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
ed5853de40
commit
ae76f7e23e
1 changed files with 1 additions and 1 deletions
|
@ -1544,7 +1544,7 @@ _docker_run() {
|
|||
fi
|
||||
;;
|
||||
*)
|
||||
COMPREPLY=( $( compgen -W "label apparmor" -S ":" -- "$cur") )
|
||||
COMPREPLY=( $( compgen -W "label apparmor seccomp" -S ":" -- "$cur") )
|
||||
__docker_nospace
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue