neo4j
Estimated reading time: 4 minutesNeo4j is a highly scalable, robust native graph database.
GitHub repo: https://github.com/neo4j/docker-neo4j
Library reference
This content is imported from the official Docker Library docs, and is provided by the original uploader. You can view the Docker Store page for this image at https://store.docker.com/images/neo4j
Supported tags and respective Dockerfile
links
3.3.0
,3.3
,latest
(3.3.0/community/Dockerfile)3.3.0-enterprise
,3.3-enterprise
,enterprise
(3.3.0/enterprise/Dockerfile)3.2.6
,3.2
(3.2.6/community/Dockerfile)3.2.6-enterprise
,3.2-enterprise
(3.2.6/enterprise/Dockerfile)3.2.5
(3.2.5/community/Dockerfile)3.2.5-enterprise
(3.2.5/enterprise/Dockerfile)3.2.3
(3.2.3/community/Dockerfile)3.2.3-enterprise
(3.2.3/enterprise/Dockerfile)3.2.2
(3.2.2/community/Dockerfile)3.2.2-enterprise
(3.2.2/enterprise/Dockerfile)3.2.1
(3.2.1/community/Dockerfile)3.2.1-enterprise
(3.2.1/enterprise/Dockerfile)3.2.0
(3.2.0/community/Dockerfile)3.2.0-enterprise
(3.2.0/enterprise/Dockerfile)3.1.7
,3.1
(3.1.7/community/Dockerfile)3.1.7-enterprise
,3.1-enterprise
(3.1.7/enterprise/Dockerfile)3.1.6
(3.1.6/community/Dockerfile)3.1.6-enterprise
(3.1.6/enterprise/Dockerfile)3.1.5
(3.1.5/community/Dockerfile)3.1.5-enterprise
(3.1.5/enterprise/Dockerfile)3.1.4
(3.1.4/community/Dockerfile)3.1.4-enterprise
(3.1.4/enterprise/Dockerfile)3.1.3
(3.1.3/community/Dockerfile)3.1.3-enterprise
(3.1.3/enterprise/Dockerfile)3.1.2
(3.1.2/community/Dockerfile)3.1.2-enterprise
(3.1.2/enterprise/Dockerfile)3.1.1
(3.1.1/community/Dockerfile)3.1.1-enterprise
(3.1.1/enterprise/Dockerfile)3.1.0
(3.1.0/community/Dockerfile)3.1.0-enterprise
(3.1.0/enterprise/Dockerfile)3.0.12
,3.0
(3.0.12/community/Dockerfile)3.0.12-enterprise
,3.0-enterprise
(3.0.12/enterprise/Dockerfile)3.0.11
(3.0.11/community/Dockerfile)3.0.11-enterprise
(3.0.11/enterprise/Dockerfile)3.0.10
(3.0.10/community/Dockerfile)3.0.10-enterprise
(3.0.10/enterprise/Dockerfile)3.0.9
(3.0.9/community/Dockerfile)3.0.9-enterprise
(3.0.9/enterprise/Dockerfile)3.0.8
(3.0.8/community/Dockerfile)3.0.8-enterprise
(3.0.8/enterprise/Dockerfile)3.0.7
(3.0.7/community/Dockerfile)3.0.7-enterprise
(3.0.7/enterprise/Dockerfile)3.0.6
(3.0.6/community/Dockerfile)3.0.6-enterprise
(3.0.6/enterprise/Dockerfile)3.0.5
(3.0.5/community/Dockerfile)3.0.5-enterprise
(3.0.5/enterprise/Dockerfile)3.0.4
(3.0.4/community/Dockerfile)3.0.4-enterprise
(3.0.4/enterprise/Dockerfile)3.0.3
(3.0.3/community/Dockerfile)3.0.3-enterprise
(3.0.3/enterprise/Dockerfile)3.0.2
(3.0.2/community/Dockerfile)3.0.2-enterprise
(3.0.2/enterprise/Dockerfile)3.0.1
(3.0.1/community/Dockerfile)3.0.1-enterprise
(3.0.1/enterprise/Dockerfile)3.0.0
(3.0.0/community/Dockerfile)3.0.0-enterprise
(3.0.0/enterprise/Dockerfile)2.3.11
,2.3
(2.3.11/community/Dockerfile)2.3.11-enterprise
,2.3-enterprise
(2.3.11/enterprise/Dockerfile)2.3.10
(2.3.10/community/Dockerfile)2.3.10-enterprise
(2.3.10/enterprise/Dockerfile)2.3.9
(2.3.9/community/Dockerfile)2.3.9-enterprise
(2.3.9/enterprise/Dockerfile)2.3.8
(2.3.8/community/Dockerfile)2.3.8-enterprise
(2.3.8/enterprise/Dockerfile)2.3.7
(2.3.7/community/Dockerfile)2.3.7-enterprise
(2.3.7/enterprise/Dockerfile)2.3.6
(2.3.6/community/Dockerfile)2.3.6-enterprise
(2.3.6/enterprise/Dockerfile)2.3.5
(2.3.5/community/Dockerfile)2.3.5-enterprise
(2.3.5/enterprise/Dockerfile)2.3.4
(2.3.4/community/Dockerfile)2.3.4-enterprise
(2.3.4/enterprise/Dockerfile)2.3.3
(2.3.3/community/Dockerfile)2.3.3-enterprise
(2.3.3/enterprise/Dockerfile)2.3.2
(2.3.2/community/Dockerfile)2.3.2-enterprise
(2.3.2/enterprise/Dockerfile)2.3.1
(2.3.1/community/Dockerfile)2.3.1-enterprise
(2.3.1/enterprise/Dockerfile)2.3.0
(2.3.0/community/Dockerfile)2.3.0-enterprise
(2.3.0/enterprise/Dockerfile)
Quick reference
-
Where to get help:
Stack Overflow -
Where to file issues:
https://github.com/neo4j/docker-neo4j/issues -
Maintained by:
Neo4j -
Published image artifact details:
repo-info repo’srepos/neo4j/
directory (history)
(image metadata, transfer size, etc) -
Image updates:
official-images PRs with labellibrary/neo4j
official-images repo’slibrary/neo4j
file (history) -
Source of this description:
docs repo’sneo4j/
directory (history) -
Supported Docker versions:
the latest release (down to 1.6 on a best-effort basis)
What is Neo4j?
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.
How to use this image
Start an instance of neo4j
You can start a Neo4j container like this:
docker run \
--publish=7474:7474 --publish=7687:7687 \
--volume=$HOME/neo4j/data:/data \
neo4j
which allows you to access neo4j through your browser at http://localhost:7474.
This binds two ports (7474
and 7687
) for HTTP and Bolt access to the Neo4j API. A volume is bound to /data
to allow the database to be persisted outside the container.
By default, this requires you to login with neo4j/neo4j
and change the password. You can, for development purposes, disable authentication by passing --env=NEO4J_AUTH=none
to docker run.
Note on version 2.3
Neo4j 3.0 introduced several major user-facing changes, primarily the new binary Bolt protocol. This is not available in 2.3 and as such, there is no need to expose the 7687
port. Due to changes made to the structure of configuration files, several environment variables used to configure the image has changed as well. Please see the 2.x specific section in the manual for further details.
You can start an instance of Neo4j 2.3 like this:
docker run \
--publish=7474:7474 \
--volume=$HOME/neo4j/data:/data \
neo4j:2.3
Documentation
For more examples and complete documentation please go here for 2.x and here for 3.x.
library, sample, neo4j