About the Docker category

You can easily run any Neo4j version from docker. It allows to set up enterprise clusters and configure the images. The Neo4j sandbox and several of the Neo4j Cloud offerings run on top of the official Docker image.

docker run -p 7474:7474 neo4j

1 Like