Skip to content

graphfoundation/docker-ongdb-publish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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