diff --git a/contrib/completion/bash/docker b/contrib/completion/bash/docker index c41f00a573..e5c942cd3a 100644 --- a/contrib/completion/bash/docker +++ b/contrib/completion/bash/docker @@ -2112,8 +2112,8 @@ _docker_container_run_and_create() { return ;; --security-opt) - COMPREPLY=( $( compgen -W "apparmor= label= no-new-privileges seccomp=" -- "$cur") ) - if [ "${COMPREPLY[*]}" != "no-new-privileges" ] ; then + COMPREPLY=( $( compgen -W "apparmor= label= no-new-privileges seccomp= systempaths=unconfined" -- "$cur") ) + if [[ ${COMPREPLY[*]} = *= ]] ; then __docker_nospace fi return