about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6877095..dabd151 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,21 @@ Copy of this project from blinry: https://github.com/blinry/map.recurse.com
 
 (might fork later and put the code into the forked repository, this is just a test)
 
+## Docker
+
+Build the image:
+
+```
+$ docker build -t chaosdorf-map .
+…
+```
+
+Run:
+
+```
+$ docker run -p 8765:8765 chaosdorf-map
+```
+
+
+