File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ deployments to behave. The following sections cover a range of these topics.
35
35
Before working with {product-title} image streams and their tags, it will help
36
36
to first understand image tags in the context of Docker generally.
37
37
38
- Container images can have names added to them that make it more intuitive what they
39
- contain, called a _tag_. Using a tag to specify the version of what is contained
38
+ Container images can have names added to them that make it more intuitive to determine
39
+ what they contain, called a _tag_. Using a tag to specify the version of what is contained
40
40
in the image is a common use case. If you have an image named *ruby*, you could
41
41
have a tag named *2.0* for 2.0 version of Ruby, and another named *latest* to
42
42
indicate literally the latest built image in that repository overall.
You can’t perform that action at this time.
0 commit comments