mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
added fixes to address comments
Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com>
This commit is contained in:
parent
c257dcc9a4
commit
6a874cf711
3 changed files with 7 additions and 7 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue