File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ Most Dockerfiles start from a parent image. If you need to completely control
1111the contents of your image, you might need to create a base image instead.
1212Here's the difference:
1313
14- - A [ parent image] ( ../../glossary.md#parent_image ) is the image that your
14+ - A [ parent image] ( ../../glossary.md#parent-image ) is the image that your
1515 image is based on. It refers to the contents of the ` FROM ` directive in the
1616 Dockerfile. Each subsequent declaration in the Dockerfile modifies this parent
1717 image. Most Dockerfiles start from a parent image, rather than a base image.
1818 However, the terms are sometimes used interchangeably.
1919
20- - A [ base image] ( ../../glossary.md#base_image ) has ` FROM scratch ` in its Dockerfile.
20+ - A [ base image] ( ../../glossary.md#base-image ) has ` FROM scratch ` in its Dockerfile.
2121
2222This topic shows you several ways to create a base image. The specific process
2323will depend heavily on the Linux distribution you want to package. We have some
You can’t perform that action at this time.
0 commit comments