diff --git a/get-started/part2.md b/get-started/part2.md index 4f3b056d74..d2de4cc696 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -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 repository and tag meaningful names for the context, such as `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 username, repository, and tag names so that the image uploads to your