瀏覽代碼

Merge pull request #32086 from tripdubroot/32000-Update-push.md-doc

Updated push.md with progress bar info
Vincent Demeester 8 年之前
父節點
當前提交
a048e131be
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/reference/commandline/push.md

+ 4 - 0
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