spatial icon indicating copy to clipboard operation
spatial copied to clipboard

Neo4j Spatial Docker Image

Open jgkim opened this issue 9 years ago • 1 comments

There were unofficial Docker images for previous versions of Neo4j Spatial, but it seems they are currently not maintained. If we have the official Neo4j Spatial Docker image based on the official Neo4j Docker image, many people can easily try out Neo4j Spatial.

jgkim avatar Jun 07 '16 07:06 jgkim

You can add the spatial plugin quite easily using a Dockerfile, for example download the correct jar file then create a Dockerfile to copy it into the container:

FROM neo4j
copy neo4j-spatial-0.23-neo4j-3.0.4-server-plugin.jar /var/lib/neo4j/plugins/neo4j-spatial-0.23-neo4j-3.0.4-server-plugin.jar

nparley avatar Oct 12 '16 13:10 nparley