mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix find and replace typo in dockerimages
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
b664a8825e
commit
a4b2de674c
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue