prabushitha / gremlin-visualizer

visualize the graph network corresponding to a gremlin query
MIT License
227 stars 73 forks source link

Dockerize #3

Closed PBGraff closed 4 years ago

PBGraff commented 4 years ago

Creates a Dockerfile and sample build and run scripts. This allows people to use this tool without having to install node or build it themselves, it can all be run in a controlled environment and managed by docker, kubernetes, or other container management service. I'd even recommend pushing the docker image to Docker Hub (possibly as part of a CI/CD pipeline). This example is pretty straightforward in always pulling from the current master branch (can be updated to use releases when they are tagged) and uses Node 10 with Alpine Linux for a smaller Linux OS.

prabushitha commented 4 years ago

Nice work @PBGraff! Can you also update the readme (maybe a new subsection in Setting Up Gremlin Visualizer section ) as well?

PBGraff commented 4 years ago

@prabushitha Done!