Some of the links in this document contained hard-wrapped URL portions, which causes Markdown to insert a literal URL encoded `\n` inside the link, thus breaking them.
Signed-off-by: Bradley Wright <brad@intranation.com>
| ... | ... |
@@ -109,8 +109,7 @@ with several powerful functionalities: |
| 109 | 109 |
### What is different between a Docker container and a VM? |
| 110 | 110 |
|
| 111 | 111 |
There's a great StackOverflow answer [showing the differences]( |
| 112 |
-http://stackoverflow.com/questions/16047306/how-is-docker-io-different-from-a- |
|
| 113 |
-normal-virtual-machine). |
|
| 112 |
+http://stackoverflow.com/questions/16047306/how-is-docker-io-different-from-a-normal-virtual-machine). |
|
| 114 | 113 |
|
| 115 | 114 |
### Do I lose my data when the container exits? |
| 116 | 115 |
|
| ... | ... |
@@ -170,8 +169,7 @@ You can learn about the project's security policy |
| 170 | 170 |
### Why do I need to sign my commits to Docker with the DCO? |
| 171 | 171 |
|
| 172 | 172 |
Please read [our blog post]( |
| 173 |
-http://blog.docker.com/2014/01/docker-code-contributions-require-developer- |
|
| 174 |
-certificate-of-origin/) on the introduction of the DCO. |
|
| 173 |
+http://blog.docker.com/2014/01/docker-code-contributions-require-developer-certificate-of-origin/) on the introduction of the DCO. |
|
| 175 | 174 |
|
| 176 | 175 |
### When building an image, should I prefer system libraries or bundled ones? |
| 177 | 176 |
|