2.3.3
,2.3
(2.3.3/Dockerfile)2.3.3-enterprise
,2.3-enterprise
(2.3.3-enterprise/Dockerfile)3.0.2
,3.0
,latest
(3.0.2/Dockerfile)3.0.2-enterprise
,3.0-enterprise
,enterprise
(3.0.2-enterprise/Dockerfile)
For more information about this image and its history, please see the relevant manifest file (library/neo4j
). This image is updated via pull requests to the docker-library/official-images
GitHub repo.
For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see the neo4j/tag-details.md
file in the docker-library/docs
GitHub repo.
Neo4j is a highly scalable, robust, native graph database. It is used in mission-critical apps by thousands of leading startups, enterprises, and governments around the world. You can learn more here.
Documentation for the Neo4j 2.3 image can be found here.
You can start a Neo4j 2.3 container like this:
docker run \
--publish=7474:7474 \
--volume=$HOME/neo4j/data:/data \
neo4j:2.3
Documentation for the Neo4j 3.0 image can be found here.
You can start a Neo4j 3.0 container like this:
docker run \
--publish=7474:7474 --publish=7687:7687 \
--volume=$HOME/neo4j/data:/data \
neo4j:3.0
This image is officially supported on Docker version 1.11.2.
Support for older versions (down to 1.6) is provided on a best-effort basis.
Please see the Docker installation documentation for details on how to upgrade your Docker daemon.
Documentation for this image is stored in the neo4j/
directory of the docker-library/docs
GitHub repo. Be sure to familiarize yourself with the repository's README.md
file before attempting a pull request.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
For general Neo4j questions, please ask on StackOverflow.
We welcome pull requests on GitHub.