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.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index be2b2fe..139a590 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,17 @@
 > A metrics bundler, but with a simple web interface
 
 click your own graphs
+
+## RUN:
+
+build the docker image:
+
+```
+docker build . -t graphclicker
+```
+
+run:
+
+```
+docker run -p 8084:8084 graphclicker
+```