mirror of https://github.com/docker/cli.git
Bash completion for restart policy `unless-stopped`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
321a5b38e7
commit
28f2bdf335
|
@ -1463,7 +1463,7 @@ _docker_run() {
|
||||||
on-failure:*)
|
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
|
esac
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue