From 2877d86e82185afc821588e93e6eb78ea092cd20 Mon Sep 17 00:00:00 2001 From: SQL-enwiki <45909509+SQL-enwiki@users.noreply.github.com> Date: Thu, 3 Jan 2019 06:16:48 -0500 Subject: [PATCH] How to run in a docker (#163) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 95c7d47..c404f69 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,9 @@ Here's a list of things that I want to add at some point (please feel free to [s Is the feature you want to see not on this list or not implemented yet? [Open an issue](https://github.com/sbrl/Pepperminty-Wiki/issues/new) or [send a pull request](https://github.com/sbrl/Pepperminty-Wiki/pulls) - contributions welcome! +## Docker + +Run in a docker container with: `docker run -d sqlatenwiki/peppermintywiki:stable` + # License Pepperminty Wiki is released under the Mozilla Public License 2.0. The full license text is included in the `LICENSE` file in this repository.