|
@@ -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.
|
|
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.
|
|
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
|
|
### 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
|
|
> To help you write a clear, readable, maintainable `Dockerfile`, we've also
|
|
> written a [`Dockerfile` Best Practices guide](/articles/dockerfile_best-practices).
|
|
> 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
|
|
## Setting tags on an image
|
|
|
|
|