mirror of https://github.com/docker/docs.git
parent
d5293c2191
commit
396f4198bc
|
@ -321,7 +321,7 @@ The notation for associating a local image with a repository on a registry is
|
||||||
the mechanism that registries use to give Docker images a version. Give the
|
the mechanism that registries use to give Docker images a version. Give the
|
||||||
repository and tag meaningful names for the context, such as
|
repository and tag meaningful names for the context, such as
|
||||||
`get-started:part2`. This puts the image in the `get-started` repository and
|
`get-started:part2`. This puts the image in the `get-started` repository and
|
||||||
tag it as `part2`.
|
tags it as `part2`.
|
||||||
|
|
||||||
Now, put it all together to tag the image. Run `docker tag image` with your
|
Now, put it all together to tag the image. Run `docker tag image` with your
|
||||||
username, repository, and tag names so that the image uploads to your
|
username, repository, and tag names so that the image uploads to your
|
||||||
|
|
Loading…
Reference in New Issue