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

@ -13,6 +13,9 @@ parent = "smn_compose_cli"
```
Usage: pull [options] [SERVICE...]
Options:
--ignore-pull-failures Pull what it can and ignores images with pull failures.
```
Pulls service images.