neo4j/docker-neo4j

Name: docker-neo4j

Owner: Neo4j

Description: Docker Images for the Neo4j Graph Database

Created: 2015-04-27 08:50:44.0

Updated: 2017-12-01 22:29:26.0

Pushed: 2018-01-18 08:12:24.0

Homepage: null

Size: 268

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

NOTE: Supported images are available in the official image library on Docker Hub. Please use those for production use.

Using the Neo4j Docker image

Neo4j 2.3

Documentation for the Neo4j 2.3 image can be found here.

You can start a Neo4j 2.3 container like this:

er run \
--publish=7474:7474 \
--volume=$HOME/neo4j/data:/data \
neo4j:2.3
Neo4j 3.0

Documentation for the Neo4j 3.0 image can be found here.

You can start a Neo4j 3.0 container like this:

er run \
--publish=7474:7474 --publish=7687:7687 \
--volume=$HOME/neo4j/data:/data \
neo4j:3.0

Getting support and contributing

Please create issues and pull requests in the Github repository.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.