From cc45b13ad4e4384f016764c15a52eda95eb548a4 Mon Sep 17 00:00:00 2001 From: Fred Lifton Date: Fri, 24 Oct 2014 12:00:47 -0700 Subject: [PATCH] Tweaks to Dockerfile tutorial Made a few tweaks to Dockerfile tutorial links and removed some cruft from the tutorial itself. Docker-DCO-1.1-Signed-off-by: Fred Lifton (github: fredlf) --- docs/sources/reference/builder.md | 3 ++- docs/sources/userguide/dockerimages.md | 4 +++- docs/sources/userguide/level2.md | 7 ++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/sources/reference/builder.md b/docs/sources/reference/builder.md index 4bb02e3e21..0dc5962661 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..8d16ee8a45 100644 --- a/docs/sources/userguide/level2.md +++ b/docs/sources/userguide/level2.md @@ -89,9 +89,6 @@ 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
- - -

-

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. + Back to the Docs! \ No newline at end of file