Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.1 KB

docker-neo4j

🐳 Plural's Docker Image for the Neo4j Graph Database

Release and deploy to docker hub

Getting started

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

Why use this

  • 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.

What's included

Legal Notes:

  • By using this you accept Neo4j's License agreement.

Extra plugins:

  • neo4j-backup for auto backup and restore of the neo4j data.

Plural ❤️ Open source