Sign inSign up

activeshadow/bloodhound-example-db

By activeshadow

•Updated about 10 years ago

Data-only container hosting BloodHound example DB

Image
1

1.6K

activeshadow/bloodhound-example-db repository overview

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

Tag summary

Content type

Image

Digest

Size

3.5 MB

Last updated

about 10 years ago

docker pull activeshadow/bloodhound-example-db