diff --git a/docs/sources/reference/builder.md b/docs/sources/reference/builder.md index cf8e0a6e29..ae0771d685 100644 --- a/docs/sources/reference/builder.md +++ b/docs/sources/reference/builder.md @@ -14,7 +14,8 @@ successively. This page discusses the specifics of all the instructions you can use in your `Dockerfile`. To further help you write a clear, readable, maintainable `Dockerfile`, we've also written a [`Dockerfile` Best Practices -guide](/articles/dockerfile_best-practices). +guide](/articles/dockerfile_best-practices). Lastly, you can test your +Dockerfile knowledge with the [Dockerfile tutorial](/userguide/level1). ## Usage diff --git a/docs/sources/userguide/dockerimages.md b/docs/sources/userguide/dockerimages.md index 382eef2410..e68905c34a 100644 --- a/docs/sources/userguide/dockerimages.md +++ b/docs/sources/userguide/dockerimages.md @@ -168,7 +168,6 @@ update and create images. 1. We can update a container created from an image and commit the results to an image. 2. We can use a `Dockerfile` to specify instructions to create an image. -To learn more, check out the [Dockerfile tutorial](/userguide/level1). ### Updating and committing an image @@ -539,6 +538,9 @@ Until now we've seen how to build individual applications inside Docker containers. Now learn how to build whole application stacks with Docker by linking together multiple Docker containers. +Test your Dockerfile knowledge with the +[Dockerfile tutorial](/userguide/level1). + Go to [Linking Containers Together](/userguide/dockerlinks). diff --git a/docs/sources/userguide/level2.md b/docs/sources/userguide/level2.md index c4f2a2802c..31043b73f6 100644 --- a/docs/sources/userguide/level2.md +++ b/docs/sources/userguide/level2.md @@ -89,9 +89,8 @@ RUN apt-get install -y
## What's next?

-Thanks for going through our tutorial! We will be posting Level 3 shortly. Follow us on twitter
-Follow @docker - -

-

In the meantime, check out this blog post by Michael Crosby that describes Dockerfile Best Practices.

+Thanks for going through our tutorial! We will be posting Level 3 in the future. + +To improve your Dockerfile writing skills even further, visit the Dockerfile best practices page. + Back to the Docs! \ No newline at end of file