Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 393 Bytes

install.md

File metadata and controls

11 lines (10 loc) · 393 Bytes

Installing Vulnman Application using Docker

  1. Clone the repo: https://github.com/NotSoSecure/vulnman cd vulnman/
  2. To run docker containers use the below command docker-compose up --build
  3. If you wish to run the servers in the background use docker-compose up --build -d
  4. To turn off the server use Control-C in the terminal and below command docker-compose down