From f1c675973d1f81e32ba48b9e3db0df2530cd1fdc Mon Sep 17 00:00:00 2001 From: Matthew Scragg Date: Sat, 20 Sep 2014 17:30:34 -0500 Subject: [PATCH] added docker info to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9d3d62a..a4ca93a 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,16 @@ Then execute the following in the terminal: Check ```http://127.0.0.1:5000/``` to make sure it's running. +### Docker + +Make sure you have docker installed. http://docs.docker.com/installation/ +Here is an example run command, it will pull the image from docker hub initially. + + docker run --name realms-wiki -p 5000:5000 -d realms/realms-wiki + +You can build your own image if you want. Mine is based off https://github.com/phusion/baseimage-docker +The Dockerfile is located in [docker/Dockerfile](docker/Dockerfile) realms/base just creates the deploy user. + ## Config and Setup You should be able to run this right out of the box with the default config values.