spark-neo4j
spark-neo4j copied to clipboard
local db?
How can I run this with a local db? Thought a -v flag would work. Seems compose might complicate things
e.g.
docker run --env DOCKER_HOST=$DOCKER_HOST
--env DOCKER_TLS_VERIFY=$DOCKER_TLS_VERIFY
--env DOCKER_CERT_PATH=/docker/cert
-v $DOCKER_CERT_PATH:/docker/cert
-v /usr/local/Cellar/neo4j/2.2.1/libexec/data:/opt/data
-ti kbastani/spark-neo4j up -d
tried this too, with a rebuild of spark-neo4j to no avail
app/docker-compose - /opt/data:/opt/data
Thanks!
At the moment there is a defect in Neo4j 2.2.1 that prevents mounting a host volume with boot2docker.