mirror of https://github.com/docker/docs.git
update bash completion for seccomp
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
ed5853de40
commit
ae76f7e23e
|
@ -1544,7 +1544,7 @@ _docker_run() {
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
COMPREPLY=( $( compgen -W "label apparmor" -S ":" -- "$cur") )
|
COMPREPLY=( $( compgen -W "label apparmor seccomp" -S ":" -- "$cur") )
|
||||||
__docker_nospace
|
__docker_nospace
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue