/vmc-docker

VMC: a Scalable, Open Source and Free Vulnerability Management Platform

Primary LanguageMakefileApache License 2.0Apache-2.0

logo

master License

Dockerfile links

What is VMC

VMC (OWASP Vulnerability Management Center) is a platform created to make vulnerability management simple, easy and clean.

Get this image

The recommended way to get the VMC Docker Image is to pull the prebuilt image from the Docker Hub Registry.

$ docker pull dsecureme/vmc:latest

To use a specific version, you can pull a versioned tag. You can view the list of available versions in the Docker Hub Registry.

$ docker pull dsecureme/vmc:[TAG]

If you wish, you can also build the image yourself.

$ git clone  https://github.com/DSecureMe/vmc-docker.git
$ make build

You can also make using version parameter

$ make build v=[version number]

Requirements

  • docker
  • make

Credit

VMC

DSecure.me