Update pull-and-push-images.md (#4882)

* Update pull-and-push-images.md

* Update pull-and-push-images.md
This commit is contained in:
Wang Jie 2017-10-12 23:43:06 +08:00 committed by John Mulhausen
parent 1e918c05ac
commit 3a7d457b2e
1 changed files with 2 additions and 2 deletions

View File

@ -40,13 +40,13 @@ $ docker pull {{ domain }}/{{ org }}/{{ repo }}:{{ tag }}
## Push an image
Before you can push an image to DTR you need to [create a repository](index.md)
Before you can push an image to DTR, you need to [create a repository](index.md)
to store the image. In this example the full name of our repository is
`{{ domain }}/{{ org }}/{{ repo }}`.
### Tag the image
In this example we'll pull the {{ repo }} image from Docker Hub and tag with with
In this example we'll pull the {{ repo }} image from Docker Hub and tag with
the full DTR and repository name. A tag defines where the image was pulled
from, and where it will be pushed to.