From 96330e6269646e2a0f988d3023c51d57d150b270 Mon Sep 17 00:00:00 2001 From: Miroslav Prasil Date: Fri, 12 Aug 2016 09:50:56 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25e628d..3725cf8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ You can now visit the install page to configure your new DokuWiki wiki. For example, if you are running container locally, you can acces the page in browser by going to http://127.0.0.1/install.php +### Run a specific version ### + +When running the container you can specify version to download from docker registry by using couple provided tags like *stable* which contains current stable release (this is generaly the same as *latest*) or *oldstable*. You can also use specific version like *2016-06-26a*. + + To upate the image: ------------------- @@ -49,4 +54,4 @@ Set to proprietary lighttpd header (for lighttpd < 1.5) Build your own -------------- - docker build -t my_dokuwiki . + docker build -t my_dokuwiki . \ No newline at end of file