Sign inSign up

synctree/gressgraph-installer

By synctree

Updated almost 11 years ago

Image
0

413

synctree/gressgraph-installer repository overview

gressgraph installer

This docker image can be used to install gressgraph (http://jekor.com/gressgraph/) on an Ubuntu 14.04 system.

How do I install gressgraph with this?

If you want to install gressgraph into /usr/local/bin, just do this:

docker run --rm -v /usr/local/bin:/target synctree/gressgraph-installer:latest

The synctree/gressgraph-installer container will detect that /target is a mountpoint, and it will copy the gressgraph binary into it.

In order to run the binary, you'll need to make sure that libgmp10 is available for the GHC RTS:

sudo apt-get install libgmp10

If you don't trust me, and prefer to extract the gressgraph binary, rather than allowing my container to potentially wreak havoc into your system's $PATH, you can also do this:

docker run --rm synctree/gressgraph-installer cat /tmp/gressgraph/gressgraph > /tmp/gressgraph

Then do whatever you want with the binary in /tmp/gressgraph.

Credit

  • @jpetazzo for the idea (and docs, ahem) from jpetazzo/nsenter

Tag summary

Content type

Image

Digest

sha256:43a5571fb

Size

202.4 MB

Last updated

almost 11 years ago

docker pull synctree/gressgraph-installer