summaryrefslogtreecommitdiff
path: root/docs/sources/terms/repository.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/terms/repository.md')
-rw-r--r--docs/sources/terms/repository.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sources/terms/repository.md b/docs/sources/terms/repository.md
index 52c83d45d8..c4d1d43539 100644
--- a/docs/sources/terms/repository.md
+++ b/docs/sources/terms/repository.md
@@ -13,10 +13,10 @@ server.
Images can be associated with a repository (or multiple) by giving them
an image name using one of three different commands:
-1. At build time (e.g. `sudo docker build -t IMAGENAME`),
-2. When committing a container (e.g.
+1. At build time (e.g., `sudo docker build -t IMAGENAME`),
+2. When committing a container (e.g.,
`sudo docker commit CONTAINERID IMAGENAME`) or
-3. When tagging an image id with an image name (e.g.
+3. When tagging an image id with an image name (e.g.,
`sudo docker tag IMAGEID IMAGENAME`).
A Fully Qualified Image Name (FQIN) can be made up of 3 parts: