mirror of https://github.com/docker/docs.git
Merge pull request #10923 from bradleywright/patch-1
Fix erroneously wrapped URLs in links
This commit is contained in:
commit
ad2063ca84
|
@ -109,8 +109,7 @@ with several powerful functionalities:
|
||||||
### What is different between a Docker container and a VM?
|
### What is different between a Docker container and a VM?
|
||||||
|
|
||||||
There's a great StackOverflow answer [showing the differences](
|
There's a great StackOverflow answer [showing the differences](
|
||||||
http://stackoverflow.com/questions/16047306/how-is-docker-io-different-from-a-
|
http://stackoverflow.com/questions/16047306/how-is-docker-io-different-from-a-normal-virtual-machine).
|
||||||
normal-virtual-machine).
|
|
||||||
|
|
||||||
### Do I lose my data when the container exits?
|
### Do I lose my data when the container exits?
|
||||||
|
|
||||||
|
@ -170,8 +169,7 @@ You can learn about the project's security policy
|
||||||
### Why do I need to sign my commits to Docker with the DCO?
|
### Why do I need to sign my commits to Docker with the DCO?
|
||||||
|
|
||||||
Please read [our blog post](
|
Please read [our blog post](
|
||||||
http://blog.docker.com/2014/01/docker-code-contributions-require-developer-
|
http://blog.docker.com/2014/01/docker-code-contributions-require-developer-certificate-of-origin/) on the introduction of the DCO.
|
||||||
certificate-of-origin/) on the introduction of the DCO.
|
|
||||||
|
|
||||||
### When building an image, should I prefer system libraries or bundled ones?
|
### When building an image, should I prefer system libraries or bundled ones?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue