docker pull colinfay/neo4r-docker
docker run -e PASSWORD=plop -e NEOPASS=pouet -d -p 8787:8787 colinfay/neo4r-docker
Change the passwords to whatever you want. :
PASSWORD: password to access the RStudio sessionNEOPASS: password to Neo4J (default is neo4j)Go to http://localhost:8787/, enter with user=rstudio & your password.
The user for Neo4J is neo4j and password for the one defined in -e NEOPASS. If you didn't specified anything, it's neo4j.
In the neo4r-examples folder, you'll find a series of Rmd to experiement with neo4r.
If you need to perform some configuration, launch the docker as root
docker run -e PASSWORD=plop -e NEOPASS=pouet -e ROOT=true -d -p 8787:8787 colinfay/neo4r-docker
Content type
Image
Digest
Size
892.3 MB
Last updated
almost 8 years ago
docker pull colinfay/neo4r-docker