Data-only container hosting BloodHound example DB
1.6K
The BloodHound project (https://github.com/adaptivethreat/BloodHound) includes an example Neo4j DB that one can use to explore the BloodHound app. I wanted to run the Neo4j server in a Docker container, so I figured others might want to as well. This data-only container makes it easy to point the Neo4j server at the example BloodHound DB, per their wiki documentation.
docker create --name example-db bloodhound-example-db /bin/true
docker run -d --name neo4j -p 7474:7474 --volumes-from example-db neo4j
Content type
Image
Digest
Size
3.5 MB
Last updated
about 10 years ago
docker pull activeshadow/bloodhound-example-db