소스 검색

Updated push.md with progress bar info

Signed-off-by: Ian Philpot <ian.philpot@microsoft.com>
Ian Philpot 8 년 전
부모
커밋
f426e8cb82
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
 Killing the `docker push` process, for example by pressing `CTRL-c` while it is
 running in a terminal, terminates the push operation.
 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).
 Registry credentials are managed by [docker login](login.md).
 
 
 ### Concurrent uploads
 ### Concurrent uploads