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
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
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…