Signed-off-by: Teppei Fukuda <knqyf263@gmail.com> (cherry picked from commit 7634872a39) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
7634872a39
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>