Adding Dockerfile / removing bower
[tech-radar.git] / README.md
index 5e17f06..3c0d893 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,6 +12,19 @@ The package has three dependencies [d3](http://d3js.org/), [d3-queue](https://gi
 
 Please view the file `examples/index.html` for general usages.
 
+### Docker support
+
+To build a centos-based docker image:
+
+```
+docker build -t "tech-radar:centos" .
+```
+
+To connect to the docker image after it was built:
+```
+docker run -it tech-radar:centos /bin/bash
+```
+
 ### Contribute
 
 All tasks are defined in the package.json