Adding Dockerfile / removing bower
[tech-radar.git] / README.md
index c133843..3c0d893 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,10 +8,23 @@ Check the example [here](http://brunotrecenti.com/tech-radar/)
 
 ### How To Use
 
-The package has two dependencies [d3](http://d3js.org/) and [chancejs](http://chancejs.com/) that needs to be loaded separatedely for now, in the future there's a plan to add and maintain those dependencies.
+The package has three dependencies [d3](http://d3js.org/), [d3-queue](https://github.com/d3/d3-queue) and [chancejs](http://chancejs.com/) that needs to be loaded separatedely for now, in the future there's a plan to add and maintain those dependencies.
 
 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