EricCrosson / graphviz

Docker container (ubuntu 14.04.4) providing graphviz-2.38.0

Home Page:https://hub.docker.com/r/hamroctopus/graphviz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Build Status image image image image license

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.

About

Docker container (ubuntu 14.04.4) providing graphviz-2.38.0

https://hub.docker.com/r/hamroctopus/graphviz/


Languages

Language:Shell 100.0%