From ea72903463ecb5e350044393c554474e81bd1c04 Mon Sep 17 00:00:00 2001
From: Wolfgang Welz <welzwo@gmail.com>
Date: Thu, 4 Jul 2019 13:59:43 +0200
Subject: [PATCH] Update with Docker instructions

---
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3716652d..38c5980d 100644
--- a/README.md
+++ b/README.md
@@ -36,4 +36,16 @@ You can then run by:
 
 ```
 ./shimmer
-```
\ No newline at end of file
+```
+
+## Docker
+
+To run Shimmer on docker, you must first build the image with
+```
+docker build -t iotaledger/goshimmer .
+```
+and then run it with
+```
+docker run --rm -it -v target/mainnetdb:/root/mainnetdb iotaledger/goshimmer
+```
+You may replace `target/mainnetdb` with a custom path to the database folder.
-- 
GitLab