mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Add a `--quiet` flag to suppress progress output; ``` --2019-03-07 14:02:43-- https://raw.githubusercontent.com/docker/docker-ce/17.12/components/engine/api/swagger.yaml Resolving raw.githubusercontent.com... 151.101.0.133, 151.101.64.133, 151.101.128.133, ... Connecting to raw.githubusercontent.com|151.101.0.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 343126 (335K) [text/plain] Saving to: './engine/api/v1.35/swagger.yaml' 0K .......... .......... .......... .......... .......... 14% 2.97M 0s 50K .......... .......... .......... .......... .......... 29% 6.10M 0s 100K .......... .......... .......... .......... .......... 44% 6.22M 0s 150K .......... .......... .......... .......... .......... 59% 6.32M 0s 200K .......... .......... .......... .......... .......... 74% 6.15M 0s 250K .......... .......... .......... .......... .......... 89% 6.11M 0s 300K .......... .......... .......... ..... 100% 6.82M=0.06s 2019-03-07 14:02:44 (5.37 MB/s) - './engine/api/v1.35/swagger.yaml' saved [343126/343126] ``` Signed-off-by: Sebastiaan van Stijn <github@gone.nl>