Anyone have any idea how to make it so that docker can be useful for helping to streamline GLV development? I'd love to be able to do something like:
docker/gremlin-server.sh -test which would start Gremlin Server with our standard test configuration (currently built into the maven tool chain, but I think that could be extracted without too much difficulty). That way, we could easily open up whatever GLV specific IDE we wanted and run tests directly in there, use the debugger, etc. Sound useful? and if so, is that something that is easy/possible? and then further....any volunteers with the know-how to get that setup (i'm happy to assist however i can)? btw, if you have a nicer way to set up an environment for GLV development and docker is a waste of time, please clue me in. i don't mind using the maven integration but i feel like i could be more efficient with a more streamlined setup.
