summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 81c578f..533b028 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,11 @@ $ docker pull prologic/tube
$ docker run -p 8000:8000 -v /path/to/data:/data
```
+or using makefile:
+
+``` make docker-run ```
+
+
Open http://DOCKER_MACHINE_IP:8000/ in your Browser!
Where `DOCKER_MACHINE_IP` is the IP Address of your Docker Node.