From 67e48936addb814b3e1ef32dd6a0ab47432d8d4b Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Tue, 12 Sep 2017 17:27:22 +0100 Subject: [PATCH] Updated Docker Image (markdown) --- Docker-Image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker-Image.md b/Docker-Image.md index c048fc3..3bdfe00 100644 --- a/Docker-Image.md +++ b/Docker-Image.md @@ -41,7 +41,7 @@ This works, and uses the default values of the environment variables which are s ## Status -This image is _experimental_, but it does seem to work fairly well. What it does **not** yet do, however, is push the git repository to a remote location, so when you tear the Docker image down your edits will be lost. My next objective for this image is for it to have a cammand line parameter being the git address of a repository from which it can initialise the Wiki content, and to which it will periodically push local changes to the Wiki content. +This image is _experimental_, but it does seem to work fairly well. What it does **not** yet do, however, is push the git repository to a remote location, so unless you have mounted an external file store, when you tear the Docker image down your edits will be lost. My next objective for this image is for it to have a cammand line parameter being the git address of a repository from which it can initialise the Wiki content, and to which it will periodically push local changes to the Wiki content. ## Building the Docker image