mirror of
https://github.com/docker/cli.git
synced 2026-01-06 05:41:44 +03:00
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>