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

Updated push.md with progress bar info
(cherry picked from commit a048e131be)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Vincent Demeester 2017-03-28 14:02:10 +02:00 committed by Sebastiaan van Stijn
parent a81b14a5d7
commit 6a7164ad33
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -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