X-Git-Url: https://pwan.org/git/?p=tech-radar.git;a=blobdiff_plain;f=README.md;h=3c0d893487f292209e12675bc8610a69d2291145;hp=5e17f06c08ef0bf2f85c62c4d297945df54b0718;hb=6dcb67a29750c873639dea4f5de05ea00a913ecc;hpb=3b8f1f7e9ba745532e0a7a58c44009eaa86e6efc 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