Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 720 Bytes

File metadata and controls

18 lines (10 loc) · 720 Bytes

what is this

janusgraph-docker is a docker image builder for JanusGraph.

building

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.

config

Running the docker image (make run) will load /usr/bin/janusgraph/conf/gremlin-server/gremlin-server.yaml.

overriding config

  • descend choey2k5/janusgraph and override ./conf/gremlin-server/gremlin-server.yaml; or
  • mount conf/ to /usr/bin/janusgraph/conf/ and provide custom /conf/gremlin-server/gremlin-server.yaml