Neo4j is a graph database.
This image is intended to be used in development environments, such as for testing and it SHOULD NOT be used in production environments.
The following shell statement will start the Neo4j on port 7474 and 7687.
docker run --rm -it -p 7474:7474 -p 7687:7687 asia.gcr.io/kurio-dev/python-neo4j neo4j start
For more information, please refer to: https://hub.docker.com/_/neo4j/