From 5a9f45cb7ae44bb194b2643994c6a0d53b856645 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Thu, 2 Jan 2014 19:40:19 -0500 Subject: [PATCH] Fixed duplicate here references in FAQ --- docs/sources/faq.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/faq.rst b/docs/sources/faq.rst index 6d02fa660c..e4f5c86ee7 100644 --- a/docs/sources/faq.rst +++ b/docs/sources/faq.rst @@ -125,8 +125,7 @@ What does Docker add to just plain LXC? What is different between a Docker container and a VM? ...................................................... -There's a great StackOverflow answer `here -`_. +There's a great StackOverflow answer `showing the differences `_. Do I lose my data when the container exits? ........................................... @@ -147,7 +146,8 @@ How do I connect Docker containers? ................................... Currently the recommended way to link containers is via the `link` primitive. -You can see details of how to use it `here `_. +You can see details of how to `work with links here +`_. Also of useful when enabling more flexible service portability is the `Ambassador linking pattern @@ -160,7 +160,7 @@ Any capable process supervisor such as http://supervisord.org/, runit, s6, or daemontools can do the trick. Docker will start up the process management daemon which will then fork to run additional processes. As long as the processor manager daemon continues to run, the container will continue to as -well. You can see a more subsantial example `here +well. You can see a more subsantial example `that uses supervisord here `_. What platforms does Docker run on?