The Web Application for Security Shepherd
462
This is the web application only you'll need a MySQL server to connect to. After you pull and run this docker image do the following;
docker pull mysql:5.5
docker run -e MYSQL_ROOT_PASSWORD=CowSaysMoo --name secshep_mysql mysql:5.5
Find the IP of your mysql docker container
docker inspect secshep_mysql | grep IP
In an Internet Browser type localhost and fill out the details of the database server.
After you login to the application with admin password you'll need to change the grants to match the IP address of the mysql docker container - How to
Content type
Image
Digest
Size
73 MB
Last updated
almost 8 years ago
docker pull ismisepaul/securityshepherd_new