added fixes to address comments

Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com>
This commit is contained in:
Nathan Hsieh 2014-10-07 09:01:17 -07:00
Родитель c257dcc9a4
Коммит 6a874cf711
3 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -168,7 +168,7 @@ 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.
Test your understanding [here](/userguide/level1)!
To learn more, check out the [Dockerfile tutorial](/userguide/level1).
### Updating and committing an image
@ -480,9 +480,9 @@ We can then create a container from our new image.
> To help you write a clear, readable, maintainable `Dockerfile`, we've also
> written a [`Dockerfile` Best Practices guide](/articles/dockerfile_best-practices).
### Test your understanding
### More
See how well you understand the material by taking [this short quiz](/userguide/level1)!
To learn more, check out the [Dockerfile tutorial](/userguide/level1).
## Setting tags on an image

Просмотреть файл

@ -4,9 +4,9 @@ page_keywords: documentation, docs, the docker guide, docker guide, docker, dock
<a title="back" class="btn btn-primary back" href="/userguide/dockerimages/#creating-our-own-images">Back</a>
# Test Yourself
# Dockerfile Tutorial
## Test your Dockerfile skills - Level 1
## Test your Dockerfile knowledge - Level 1
### Questions

Просмотреть файл

@ -4,9 +4,9 @@ page_keywords: documentation, docs, the docker guide, docker guide, docker, dock
<a title="back" class="btn btn-primary back" href="/userguide/dockerimages/#creating-our-own-images">Back</a>
#Test Yourself
#Dockerfile Tutorial
## Test your Dockerfile skills - Level 2
## Test your Dockerfile knowledge - Level 2
### Questions: