Signed-off-by: Mary Anthony <mary@docker.com>
| ... | ... |
@@ -123,14 +123,14 @@ images for your use. These can be images you create yourself or you |
| 123 | 123 |
can use images that others have previously created. Docker registries are the |
| 124 | 124 |
**distribution** component of Docker. |
| 125 | 125 |
|
| 126 |
-####Docker containers |
|
| 126 |
+#### Docker containers |
|
| 127 | 127 |
Docker containers are similar to a directory. A Docker container holds everything that |
| 128 | 128 |
is needed for an application to run. Each container is created from a Docker |
| 129 | 129 |
image. Docker containers can be run, started, stopped, moved, and deleted. Each |
| 130 | 130 |
container is an isolated and secure application platform. Docker containers are the |
| 131 | 131 |
**run** component of Docker. |
| 132 | 132 |
|
| 133 |
-##So how does Docker work? |
|
| 133 |
+## So how does Docker work? |
|
| 134 | 134 |
So far, we've learned that: |
| 135 | 135 |
|
| 136 | 136 |
1. You can build Docker images that hold your applications. |