Merge pull request #17921 from thaJeztah/thou-shalt-not-use-we

Fix find and replace typo in dockerimages
Upstream-commit: 6c31b17dfdd08b437ebff0deb696f50c90dc4416
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2015-11-12 00:09:46 +00:00
@@ -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.
> **Tip:**
> You recommend you always use a specific tagged image, for example
> `ubuntu:12.04`. That way you always know exactly what variant of an image is
> being used.
> You should always specify an image tag, for example `ubuntu:14.04`.
> That way, you always know exactly what variant of an image you are using.
> This is useful for troubleshooting and debugging.
## Getting a new image