From 3dd5480d0eef6afa40aeaef4ef5dcd7a79efc01f Mon Sep 17 00:00:00 2001 From: Mark Sta Ana Date: Sat, 18 Apr 2015 10:26:32 +0100 Subject: [PATCH] Update content.md --- ghost/content.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghost/content.md b/ghost/content.md index 97b9bff34..ecb155c39 100644 --- a/ghost/content.md +++ b/ghost/content.md @@ -22,8 +22,7 @@ You can also point the image to your existing content on your host: docker run --name some-ghost -v /path/to/ghost/blog:/var/lib/ghost ghost -Alternatively you can use a data container that points to ```/var/lib/ghost```: +Alternatively you can use a [data container](http://docs.docker.com/userguide/dockervolumes/) that has a volume that points to `/var/lib/ghost` and then reference it: - docker create --name some-ghost-data -v /var/lib/ghost ghost /bin/true docker run --name some-ghost --volumes-from some-ghost-data ghost