Skip to content

graphfoundation/docker-ongdb-publish

Repository files navigation

docker-ongdb-publish

ONgDB images are available in the Docker image library.

This repository contains the published Dockerfile and docker-entrypoint.sh for each ONgDB version.

We just take the published files from the official docker-neo4j-publish repository and update them to use the ONgDB open source distributions

Using ONgDB Docker Images

To run the latest ONgDB you can run the command below.

docker run \
    --publish=7474:7474 --publish=7687:7687 \
    --volume=$HOME/neo4j/data:/data \
    graphfoundation/ongdb:latest

Why not just use Neo4j Enterprise Packages from Neo4j Inc’s site?

Because they no longer offer the Neo4j Enterprise packages on their sites, which is understandable. Once more people learned they could get Neo4j Enterprise for free , with less restrictions than the commercial license - well - you get the picture…​

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published