Skip to content

Commit 644ceb5

Browse files
authored
Minor Polish Changes In Documentation re: Container Images (#2751)
Make two minor changes to the documentation about container images to improve readability.
1 parent 49ee599 commit 644ceb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manual/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ With that we make a new image named `sros:20.10.R3` that references the same ori
4646

4747
### Pushing to a new registry
4848

49-
Same `docker tag` command can be used to rename the image so it can be pushed to another registry. For example consider the newly built SR OS 21.2.R1 [vrnetlab](vrnetlab.md) image that by default will have a name of `vrnetlab/vr-sros:21.2.R1`. This container image can't be pushed anywhere in its current form, but retagging will help us out.
49+
That same `docker tag` command can be used to rename the image so it can be pushed to another registry. For example consider the newly built SR OS 21.2.R1 [vrnetlab](vrnetlab.md) image that by default will have a name of `vrnetlab/vr-sros:21.2.R1`. This container image can't be pushed anywhere in its current form, but retagging will help us out.
5050

51-
If we wanted to push this image to a public registry like Github Container Registry, we could do the following:
51+
If we wanted to push this image to a public registry like the Github Container Registry, we could do the following:
5252

5353
```bash
5454
# retag the image to a fully qualified name that is suitable for

0 commit comments

Comments
 (0)