mirror of https://github.com/docker/docs.git
Merge pull request #17921 from thaJeztah/thou-shalt-not-use-we
Fix find and replace typo in dockerimages
This commit is contained in:
commit
6c31b17dfd
|
@ -70,9 +70,9 @@ If you don't specify a variant, for example you just use `ubuntu`, then Docker
|
||||||
will default to using the `ubuntu:latest` image.
|
will default to using the `ubuntu:latest` image.
|
||||||
|
|
||||||
> **Tip:**
|
> **Tip:**
|
||||||
> You recommend you always use a specific tagged image, for example
|
> You should always specify an image tag, for example `ubuntu:14.04`.
|
||||||
> `ubuntu:12.04`. That way you always know exactly what variant of an image is
|
> That way, you always know exactly what variant of an image you are using.
|
||||||
> being used.
|
> This is useful for troubleshooting and debugging.
|
||||||
|
|
||||||
## Getting a new image
|
## Getting a new image
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue