Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com>
| ... | ... |
@@ -168,7 +168,7 @@ update and create images. |
| 168 | 168 |
1. We can update a container created from an image and commit the results to an image. |
| 169 | 169 |
2. We can use a `Dockerfile` to specify instructions to create an image. |
| 170 | 170 |
|
| 171 |
-Test your understanding [here](/userguide/level1)! |
|
| 171 |
+To learn more, check out the [Dockerfile tutorial](/userguide/level1). |
|
| 172 | 172 |
|
| 173 | 173 |
### Updating and committing an image |
| 174 | 174 |
|
| ... | ... |
@@ -480,9 +480,9 @@ We can then create a container from our new image. |
| 480 | 480 |
> To help you write a clear, readable, maintainable `Dockerfile`, we've also |
| 481 | 481 |
> written a [`Dockerfile` Best Practices guide](/articles/dockerfile_best-practices). |
| 482 | 482 |
|
| 483 |
-### Test your understanding |
|
| 483 |
+### More |
|
| 484 | 484 |
|
| 485 |
-See how well you understand the material by taking [this short quiz](/userguide/level1)! |
|
| 485 |
+To learn more, check out the [Dockerfile tutorial](/userguide/level1). |
|
| 486 | 486 |
|
| 487 | 487 |
## Setting tags on an image |
| 488 | 488 |
|
| ... | ... |
@@ -4,9 +4,9 @@ page_keywords: documentation, docs, the docker guide, docker guide, docker, dock |
| 4 | 4 |
|
| 5 | 5 |
<a title="back" class="btn btn-primary back" href="/userguide/dockerimages/#creating-our-own-images">Back</a> |
| 6 | 6 |
|
| 7 |
-# Test Yourself |
|
| 7 |
+# Dockerfile Tutorial |
|
| 8 | 8 |
|
| 9 |
-## Test your Dockerfile skills - Level 1 |
|
| 9 |
+## Test your Dockerfile knowledge - Level 1 |
|
| 10 | 10 |
|
| 11 | 11 |
### Questions |
| 12 | 12 |
|
| ... | ... |
@@ -4,9 +4,9 @@ page_keywords: documentation, docs, the docker guide, docker guide, docker, dock |
| 4 | 4 |
|
| 5 | 5 |
<a title="back" class="btn btn-primary back" href="/userguide/dockerimages/#creating-our-own-images">Back</a> |
| 6 | 6 |
|
| 7 |
-#Test Yourself |
|
| 7 |
+#Dockerfile Tutorial |
|
| 8 | 8 |
|
| 9 |
-## Test your Dockerfile skills - Level 2 |
|
| 9 |
+## Test your Dockerfile knowledge - Level 2 |
|
| 10 | 10 |
|
| 11 | 11 |
### Questions: |
| 12 | 12 |
|