crazyyanchao / docker-ongdb-publish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Shell 88.4%Language:Dockerfile 11.6%