Skip to content

Commit c073404

Browse files
author
Victoria Bialas
committed
fixed on-page links
Signed-off-by: Victoria Bialas <[email protected]>
1 parent 9b0aacc commit c073404

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/understanding-docker.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Apache web server and your web application installed. You can build or update
127127
images from scratch or download and use images created by others. An image may be
128128
based on, or may extend, one or more other images. A docker image is described in
129129
text file called a _Dockerfile_, which has a simple, well-defined syntax. For more
130-
details about images, see [How does a Docker image work?](how-does-a-docker-image-work).
130+
details about images, see [How does a Docker image work?](#how-does-a-docker-image-work).
131131

132132
Docker images are the **build** component of Docker.
133133

@@ -138,15 +138,15 @@ a container, you can provide configuration metadata such as networking informati
138138
or environment variables. Each container is an isolated and secure application
139139
platform, but can be given access to resources running in a different host or
140140
container, as well as persistent storage or databases. For more details about
141-
containers, see [How does a container work?](how-does-a-container-work).
141+
containers, see [How does a container work?](#how-does-a-container-work).
142142

143143
Docker containers are the **run** component of Docker.
144144

145145
#### Docker registries
146146
A docker registry is a library of images. A registry can be public or private,
147147
and can be on the same server as the Docker daemon or Docker client, or on a
148148
totally separate server. For more details about registries, see
149-
[How does a Docker registry work?](how-does-a-docker-registry-work)
149+
[How does a Docker registry work?](#how-does-a-docker-registry-work)
150150

151151
Docker registries are the **distribution** component of Docker.
152152

0 commit comments

Comments
 (0)