From d5e7e1c70cf52037f1e5dd7bae6c96edea680109 Mon Sep 17 00:00:00 2001 From: Ian Philpot Date: Fri, 24 Mar 2017 10:25:52 -0400 Subject: [PATCH] Updated push.md with progress bar info Signed-off-by: Ian Philpot --- docs/reference/commandline/push.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/commandline/push.md b/docs/reference/commandline/push.md index 27e988e079..61c37139fd 100644 --- a/docs/reference/commandline/push.md +++ b/docs/reference/commandline/push.md @@ -36,6 +36,10 @@ image and tag names. Killing the `docker push` process, for example by pressing `CTRL-c` while it is running in a terminal, terminates the push operation. +Progress bars are shown during docker push, which show the uncompressed size. The +actual amount of data that's pushed will be compressed before sending, so the uploaded + size will not be reflected by the progress bar. + Registry credentials are managed by [docker login](login.md). ### Concurrent uploads