Run Threadfix with a persistent Mysql database
1.5K
ThreadFix is a software vulnerability aggregation and management system that helps organizations aggregate vulnerability data, generate virtual patches, and interact with software defect tracking systems.
The threadfix-docker-mysql image uses Dockerize to pass Environment variables to the jdbc.properties file on run. These values should correspond with your Mysql database URL, user, and password.
docker build -t app/threadfix . (not necessary once images are pushed to Docker Hub)docker pull app/threadfix (only if image is pushed to repository)docker run -d -p 8443:8443 -e MYSQL_USERNAME="<your_db_username>" -e MYSQL_PASSWORD="<your_db_pass>" -e MYSQL_DB_URL="your_db_url" app/threadfixAlways remember to change the default UI credentials!
Content type
Image
Digest
Size
644.6 MB
Last updated
about 10 years ago
docker pull jmbmxer/threadfix-docker-mysql