🐳 Plural's Docker Image for the Neo4j Graph Database
Documentation for the Neo4j image can be found here.
You can start a Neo4j container like this:
docker run \
--publish=7474:7474 --publish=7687:7687 \
--volume=$HOME/neo4j/data:/data \
pluralcom/neo4j:latest
- If you want a docker image with built in support for the supported features listed below. e.g.: To be used with CircleCI's docker executor where you can't modify the volumes.
- By using this you accept Neo4j's License agreement.
- neo4j-backup for auto backup and restore of the neo4j data.
Plural ❤️ Open source