/graphexp-docker

Docker container for graphexp standalone

Primary LanguageDockerfileApache License 2.0Apache-2.0

graphexp-docker

Docker containers for graphexp standalone.

Built based off of Dockerfile from joov. Uses the graphexp package by Benjamin Ricaud and its bootstrap extension by Armand Leopold.

Running

The Docker containers can be built by running build.sh. Alternatively, they can be downloaded from Docker Hub.

docker pull pbgraff/graphexp-original:1.0
docker run --rm -d -p 8001:80 --name=graphexp pbgraff/graphexp-original:1.0
docker pull pbgraff/graphexp-bootstrap:1.0
docker run --rm -d -p 8001:80 --name=graphexp pbgraff/graphexp-bootstrap:1.0

Then just go to http://localhost:8001 in your browser to use. This port can be made whatever port you like.

To stop the container, run docker stop graphexp.