Overview
June 20, 2016 ยท View on GitHub
This docker container provides
It is based on ubuntu:14.04.4.
Usage
By default (e.g. without arguments) this container will execute make in its
/data directory
docker run -v $(pwd):/data hamroctopus/graphviz:2.38.0
If arguments are supplied, they will be passed to a bash shell inside the
container's /data directory.
docker run -v $(pwd):/data hamroctopus/graphviz:2.38.0 /data/custom-make-script
License
This container is protected by the MIT license.