cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

navidarry
Node
since ‎10-02-2019
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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 \ > ...