Signed-off-by: Joel Friedly <joelfriedly@gmail.com>
| ... | ... |
@@ -10,7 +10,7 @@ using Docker and integrating it into your environment. |
| 10 | 10 |
|
| 11 | 11 |
We’ll teach you how to use Docker to: |
| 12 | 12 |
|
| 13 |
-* Dockerizing your applications. |
|
| 13 |
+* Dockerize your applications. |
|
| 14 | 14 |
* Run your own containers. |
| 15 | 15 |
* Build Docker images. |
| 16 | 16 |
* Share your Docker images with others. |
| ... | ... |
@@ -25,7 +25,7 @@ the Docker life cycle: |
| 25 | 25 |
|
| 26 | 26 |
Docker Hub is the central hub for Docker. It hosts public Docker images |
| 27 | 27 |
and provides services to help you build and manage your Docker |
| 28 |
-environment. To learn more; |
|
| 28 |
+environment. To learn more: |
|
| 29 | 29 |
|
| 30 | 30 |
Go to [Using Docker Hub](/userguide/dockerhub). |
| 31 | 31 |
|
| ... | ... |
@@ -34,7 +34,7 @@ Go to [Using Docker Hub](/userguide/dockerhub). |
| 34 | 34 |
*How do I run applications inside containers?* |
| 35 | 35 |
|
| 36 | 36 |
Docker offers a *container-based* virtualization platform to power your |
| 37 |
-applications. To learn how to Dockerize applications and run them. |
|
| 37 |
+applications. To learn how to Dockerize applications and run them: |
|
| 38 | 38 |
|
| 39 | 39 |
Go to [Dockerizing Applications](/userguide/dockerizing). |
| 40 | 40 |
|
| ... | ... |
@@ -55,7 +55,7 @@ Go to [Working With Containers](/userguide/usingdocker). |
| 55 | 55 |
Once you've learnt how to use Docker it's time to take the next step and |
| 56 | 56 |
learn how to build your own application images with Docker. |
| 57 | 57 |
|
| 58 |
-Go to [Working with Docker Images](/userguide/dockerimages) |
|
| 58 |
+Go to [Working with Docker Images](/userguide/dockerimages). |
|
| 59 | 59 |
|
| 60 | 60 |
## Linking Containers Together |
| 61 | 61 |
|