Skip to content

ektich/docker_bloodhound

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

Docker file for Apache Bloodhound

WARNING: This container is ephemeral AND based on sqlite. You WILL lose all issues entered as soon as the container exits.

Run as follows:

docker build -t bloodhound:0.8 https://github.com/tonigi/docker_bloodhound.git
docker run --name="bloodhound_instance" -d   -p 8080:8080 bloodhound:0.8

Then connect to your host's port 8080.

To-do

This thing should instead be linked to a MySQL container and modified accordingly. I am not even sure it is worth the effort when a VM would just do fine. Admin login and password are "admin".

There is also probably no need to create users and such.

This was mostly done as an experiment. I'm keeping it just as a reminder of Docker syntax.

About

Docker file for Apache Bloodhound

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published