Docker configuration

Question #1
image

Why don't you recommend linking data, logs and plugins to the /var/lib/neo4j/ directory?

Question #2
I use the docker version. Is there a docker-level workaround for this?

Hey,

If you read the docker entry point for those mounts (docker-neo4j/docker-entrypoint.sh at master · neo4j/docker-neo4j · GitHub) I think it's indirectly doing the same thing as what you suggest, but also doing some permissions checking from the looks of it.

Cheers, Mark