HI
I pulled neo4j:latest image. and create and start a container with this command successfully:
> docker create \
> --name myneo4j \
> -p7688:7688 \
> -v $HOME/neo4j/data:/data \
> -v $HOME/neo4j/logs:/logs \
> -v $HOME/neo4j/plugins:/plugins \
> ...