Skip to content

Commit

Permalink
added fixes to address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com>
  • Loading branch information
nhsiehgit committed Oct 8, 2014
1 parent c257dcc commit 6a874cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/sources/userguide/dockerimages.md
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/sources/userguide/level1.md
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/sources/userguide/level2.md
Expand Up @@ -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:

Expand Down

0 comments on commit 6a874cf

Please sign in to comment.