From 9d7330fe6de891ec6c49fc1a2107a0212a7c7fa4 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 21 Apr 2015 09:31:35 -0600 Subject: [PATCH] Run update.sh --- ghost/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ghost/README.md b/ghost/README.md index d6903ab1c..59acb619f 100644 --- a/ghost/README.md +++ b/ghost/README.md @@ -24,6 +24,14 @@ If you'd like to be able to access the instance from the host without the contai Then, access it via `http://localhost:8080` or `http://host-ip:8080` in a browser. +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](http://docs.docker.com/userguide/dockervolumes/) that has a volume that points to `/var/lib/ghost` and then reference it: + + docker run --name some-ghost --volumes-from some-ghost-data ghost + # Supported Docker versions This image is officially supported on Docker version 1.6.0.