100M+
Neo4j is a highly scalable, robust native graph database.
Maintained by:
Neo4j
Where to get help:
Neo4j Community Forums, Neo4j Docker Documentation, Discord
Dockerfile links2026.02.2-enterprise-ubi10, 2026.02-enterprise-ubi10, 2026-enterprise-ubi10, enterprise-ubi10
2026.02.2-enterprise-ubi9, 2026.02-enterprise-ubi9, 2026-enterprise-ubi9, enterprise-ubi9
5.26.23-enterprise-bullseye, 5.26-enterprise-bullseye, 5-enterprise-bullseye
5.26.23-enterprise-ubi10, 5.26-enterprise-ubi10, 5-enterprise-ubi10
5.26.23-community-ubi9, 5.26-community-ubi9, 5-community-ubi9, 5.26.23-ubi9, 5.26-ubi9, 5-ubi9
5.26.23-enterprise-ubi9, 5.26-enterprise-ubi9, 5-enterprise-ubi9
Where to file issues:
https://github.com/neo4j/docker-neo4j/issues
Supported architectures: (more info)
amd64, arm64v8
Published image artifact details:
repo-info repo's repos/neo4j/ directory (history)
(image metadata, transfer size, etc)
Image updates:
official-images repo's library/neo4j label
official-images repo's library/neo4j file (history)
Source of this description:
docs repo's neo4j/ directory (history)
Neo4j is the world's leading graph database, with native graph storage and processing. You can learn more here.

You can start a Neo4j container like this:
docker run \
--publish=7474:7474 --publish=7687:7687 \
--volume=$HOME/neo4j/data:/data \
neo4j
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. Once running, you can use the Neo4j Aura console which includes graph tools for visualizations, data exploration, and monitoring for free. No subscription is required. Simply create a self-managed instance and specify bolt://localhost:7687 or http://localhost:7474 in the "Add Deployment" UI.
Alternatively, you can use the Neo4j Browser, a web-based user interface for interacting with Neo4j that is included with the Neo4j installation. To access the Neo4j Browser, open a web browser and navigate to http://localhost:7474.
Your default credentials are neo4j/neo4j. You will be prompted to change the password upon first login. For development purposes, you can disable authentication by passing --env=NEO4J_AUTH=none to docker run.
For more examples and complete documentation please go to our manual here.
View licensing information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info repository's neo4j/ directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Content type
Image
Digest
sha256:d85f050f3…
Size
368.1 MB
Last updated
about 7 hours ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
483,067
Last week
Docker Official Images are a curated set of Docker open source and drop-in solution repositories.
These images have clear documentation, promote best practices, and are designed for the most common use cases.