Bash completion for restart policy unless-stopped
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
9b1fb0d45b
commit
504d2a9212
1 changed files with 1 additions and 1 deletions
|
@ -1465,7 +1465,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
|
||||
|
|
Loading…
Add table
Reference in a new issue