From 75012784ffd894de32a0773e9b2058dc10b0de13 Mon Sep 17 00:00:00 2001 From: Mark Sta Ana Date: Fri, 17 Apr 2015 09:46:16 +0100 Subject: [PATCH] improvements --- ghost/content.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/content.md b/ghost/content.md index 9eb86698..97b9bff3 100644 --- a/ghost/content.md +++ b/ghost/content.md @@ -22,7 +22,8 @@ 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 +Alternatively you can use a data container that points to ```/var/lib/ghost```: docker create --name some-ghost-data -v /var/lib/ghost ghost /bin/true docker run --name some-ghost --volumes-from some-ghost-data ghost +