X-Git-Url: https://pwan.org/git/?p=tech-radar.git;a=blobdiff_plain;f=README.md;h=3c0d893487f292209e12675bc8610a69d2291145;hp=5e17f06c08ef0bf2f85c62c4d297945df54b0718;hb=8aa70263312ce3aaffcdd7705fc439b3c4f941a6;hpb=113665f121217ee3d6d59912cccde603b17b85c2 diff --git a/README.md b/README.md index 5e17f06..3c0d893 100644 --- 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