Skip to content

Cloud-DevOps-Labs/neo4j-and-graphaware-framework-dockerfile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile: Neo4j@3.1.3 + GraphAware

Neo4j is a highly scalable, robust (fully ACID) native graph database. Neo4j is used in mission-critical apps by thousands of leading, startups, enterprises, and governments around the world. With this Dockerfile and it's DockerHub repository you've a neo4j 3.1.3 community edition image with Graphaware Frameworks and WarmUp plugins ready to go.

Setup

In order to build use:

  $ docker build -t neo4j-graphaware .

Then do whatever you want with this image.

To directly pull you can:

  $ docker run -it -p 7474:7474 -p 7473:7473 -p 7687:7687 pelirrojo/neo4j-and-graphaware-framework

Add more plugins

  • Just add wget xxx after comment # add graphaware to Dockerfile.
  • Don't forget the && \ after each line!

References

Thanks

Thanks to tpires for its original repo and linonetwo for pumping version to 3.1.3 and several improvements

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%