Bash completion for restart policy unless-stopped

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 28f2bdf335
Component: cli
This commit is contained in:
Harald Albers
2017-06-02 00:07:13 +00:00
committed by Tibor Vass
parent a8b3e2deea
commit a5c27ff0c7
@@ -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