docker-neo4j
docker-neo4j copied to clipboard
Docker Images for the Neo4j Graph Database
The script at https://github.com/neo4j/docker-neo4j/blob/master/docker-image-src/4.1/docker-entrypoint.sh#L439 is written as ` ${exec_cmd} "$@"` I think the script should be ` ${exec_cmd} $@` The extra quotes are not handled well by the exec command...
Getting an error with no suggestion on a fix, and can't find what I'm doing wrong in the docs realted to the NEO4J_AUTH env var. Environment Guidelines: ``` - Mac...
I have persisted my database by mounting the data volume in my docker-compose file. I am committing the database to git with the idea that as I develop, any changes...
Sorry if I'm posting in the wrong place. Close this issue if OFF-TOPIC I'm trying to create a swarm service for a single instance of neo4j, I get a strange...
I am trying to run two instances of neo4j with compose so that I can have one for development and one for testing. I'm finding that I'm able to write...
Some images, like the official PostgreSQL, have support for environment variables from files. This comes in super useful when running the container from docker-compose while using file based secrets. I...
E.g. https://github.com/neo4j/docker-neo4j/blob/master/src/3.2/Dockerfile#L9 I didn't found any traces in docs regarding this...
I have been testing a Docker image for Neo4j 3.2.9 enterprise edition with some code I have to build a Neo4j database. At first glance, it seems to be working...
**Neo4j Version:** 3.3 (Community) **Operating System:** Ubuntu 16.04 **API:** Docker ### Steps to reproduce 1. Assuming that `/var/lib/neo4j` is the base directory for the conf, certificates, data, logs, etc.... 2....
I'm running [community edition of neo4j in docker](https://hub.docker.com/_/neo4j/) (version 3.2.2). To persist the configuration I'm mounting a host folder to `/var/lib/neo4j/conf`. The first start is fine and prints out: ```...