Skip to content

lurr/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.

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?

Neo4j, Inc. has moved to an Open Core model which means that Neo4j Enterprise is now proprietary and closed source.

ONgDB is the free and open source fork of Neo4j Enterprise as of 3.5.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.6%
  • Dockerfile 10.4%