Docker image to run an out of the box neo4j.
$ docker build -t partlab/ubuntu-neo4j .
$ docker pull partlab/ubuntu-neo4j
$ docker run -d -p 7474:7474 --name neo4j partlab/ubuntu-neo4j
$ docker run -d -p 7474:7474 --name neo4j -v <data-dir>:/var/lib/neo4j partlab/ubuntu-neo4j
$ boot2docker halt
$ VBoxManage modifyvm boot2docker-vm --natpf1 "tcp-port7474,tcp,,7474,,7474"
$ boot2docker up
Content type
Image
Digest
sha256:5a0e55a86…
Size
205 MB
Last updated
almost 11 years ago
docker pull partlab/ubuntu-neo4j