@@ -127,7 +127,7 @@ Apache web server and your web application installed. You can build or update
127
127
images from scratch or download and use images created by others. An image may be
128
128
based on, or may extend, one or more other images. A docker image is described in
129
129
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) .
131
131
132
132
Docker images are the ** build** component of Docker.
133
133
@@ -138,15 +138,15 @@ a container, you can provide configuration metadata such as networking informati
138
138
or environment variables. Each container is an isolated and secure application
139
139
platform, but can be given access to resources running in a different host or
140
140
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) .
142
142
143
143
Docker containers are the ** run** component of Docker.
144
144
145
145
#### Docker registries
146
146
A docker registry is a library of images. A registry can be public or private,
147
147
and can be on the same server as the Docker daemon or Docker client, or on a
148
148
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)
150
150
151
151
Docker registries are the ** distribution** component of Docker.
152
152
0 commit comments