janusgraph-docker is a docker image builder for JanusGraph.
Issuing make build builds choey2k5/janusgraph:latest, a container with JanusGraph installed @ /usr/bin/janusgraph.
Files are recursively copied from .conf/ (local) to /usr/bin/janusgraph/conf/ (container) for config overrides.
Running the docker image (make run) will load /usr/bin/janusgraph/conf/gremlin-server/gremlin-server.yaml.
- descend
choey2k5/janusgraphand override./conf/gremlin-server/gremlin-server.yaml; or - mount
conf/to/usr/bin/janusgraph/conf/and provide custom/conf/gremlin-server/gremlin-server.yaml