Sign inSign up

partlab/ubuntu-neo4j

By partlab

Updated almost 11 years ago

Image
0

299

partlab/ubuntu-neo4j repository overview

partlab/ubuntu-neo4j

Docker image to run an out of the box neo4j.

Usage
Build
$ docker build -t partlab/ubuntu-neo4j .
Download automated build
$ docker pull partlab/ubuntu-neo4j
Running the neo4j server
$ docker run -d -p 7474:7474 --name neo4j partlab/ubuntu-neo4j
Running the neo4j server with persistent directory
$ docker run -d -p 7474:7474 --name neo4j -v <data-dir>:/var/lib/neo4j partlab/ubuntu-neo4j
Tips
VirtualBox (boot2docker-vm)
$ boot2docker halt
$ VBoxManage modifyvm boot2docker-vm --natpf1 "tcp-port7474,tcp,,7474,,7474"
$ boot2docker up

Tag summary

Content type

Image

Digest

sha256:5a0e55a86

Size

205 MB

Last updated

almost 11 years ago

docker pull partlab/ubuntu-neo4j