Skip to content

Commit 482aec1

Browse files
Merge pull request #50581 from lootle1/UUF27
User Feedback 434220: UUF - learn-pr - How Docker images work - Train…
2 parents 2f71115 + 94278e7 commit 482aec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/azure/intro-to-docker-containers/includes/3-how-docker-images-work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ tmp-ubuntu version-1.0 f89469694960 14 minutes ago
200200
ubuntu 18.04 a2a15febcdf3 5 weeks ago 64.2MB
201201
```
202202

203-
Notice how the image is listed with its _Name_, _Tag_, and an _Image ID_. Recall that we can apply multiple labels to an image. The preceding output shows an example; even though the image names are different, we can see the IDs are the same.
203+
Notice how the image is listed with its _Repository_, _Tag_, and an _Image ID_. Recall that we can apply multiple labels to an image. The preceding output shows an example; even though the image names are different, we can see the IDs are the same.
204204

205205
The image ID is a useful way to identify and manage images where the name or tag of an image might be ambiguous.
206206

0 commit comments

Comments
 (0)