Flag to skip all pull errors when pulling images.

Signed-off-by: Vojta Orgon <villlem@gmail.com>
This commit is contained in:
Vojta Orgon 2015-09-21 11:59:23 +02:00
commit c9083e21c8
8 changed files with 31 additions and 5 deletions

View file

@ -212,7 +212,7 @@ _docker_compose_ps() {
_docker_compose_pull() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--help" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--help --ignore-pull-failures" -- "$cur" ) )
;;
*)
__docker_compose_services_from_image