Merge pull request #17135 from albers/completion-restart-unless-stopped
Bash completion for restart policy `unless-stopped` Upstream-commit: c766bcdc735fcedc9a95103082134e7744f23de3 Component: engine
This commit is contained in:
@ -1463,7 +1463,7 @@ _docker_run() {
|
||||
on-failure:*)
|
||||
;;
|
||||
*)
|
||||
COMPREPLY=( $( compgen -W "no on-failure on-failure: always" -- "$cur") )
|
||||
COMPREPLY=( $( compgen -W "always no on-failure on-failure: unless-stopped" -- "$cur") )
|
||||
;;
|
||||
esac
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user