DockerCLI/e2e/image
Vincent Demeester dd3407b6cc
Add option to pull images quietly
Add `--quiet` to the `docker image pull` subcommand that will not pull
the image quietly.

```
$ docker pull -q golang
Using default tag: latest
```

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-12-19 13:48:41 +01:00
..
testdata Add option to pull images quietly 2018-12-19 13:48:41 +01:00
build_test.go Make test-e2e run against experimental and non-experimental daemon 2018-06-25 11:46:35 +02:00
main_test.go update image pull tests 2017-10-10 11:20:54 -07:00
pull_test.go Add option to pull images quietly 2018-12-19 13:48:41 +01:00
push_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00