Bash completion for restart policy unless-stopped

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 504d2a921241c60c0078c946266e354ce12d1353
Component: engine
This commit is contained in:
Harald Albers
2015-10-17 07:24:17 -07:00
parent 17e4fec1fd
commit d8654fdfeb

View File

@ -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