Skip to content

Instantly share code, notes, and snippets.

@beyondxscratch
Last active October 8, 2018 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beyondxscratch/16298083cda0dae482088d5726017721 to your computer and use it in GitHub Desktop.
Save beyondxscratch/16298083cda0dae482088d5726017721 to your computer and use it in GitHub Desktop.
Install Dependency-Track as a Docker Container
docker pull owasp/dependency-track
docker volume create --name dependency-track
docker run -d -p 8080:8080 –name dependency-track -v dependency-track:/data owasp/dependency-track
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment