Browse code

Fix find and replace typo in dockerimages

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2015/11/12 08:52:31
Showing 1 changed files
... ...
@@ -70,9 +70,9 @@ If you don't specify a variant, for example you just use `ubuntu`, then Docker
70 70
 will default to using the `ubuntu:latest` image.
71 71
 
72 72
 > **Tip:**
73
-> You recommend you always use a specific tagged image, for example
74
-> `ubuntu:12.04`. That way you always know exactly what variant of an image is
75
-> being used.
73
+> You should always specify an image tag, for example `ubuntu:14.04`.
74
+> That way, you always know exactly what variant of an image you are using.
75
+> This is useful for troubleshooting and debugging.
76 76
 
77 77
 ## Getting a new image
78 78