mirror of https://github.com/docker/docs.git
Update pull-and-push-images.md (#4882)
* Update pull-and-push-images.md * Update pull-and-push-images.md
This commit is contained in:
parent
1e918c05ac
commit
3a7d457b2e
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue