Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
Josef Fröhle edited this page May 14, 2022 · 12 revisions

Overview

Welcome to the greenbone-gvm-openvas-for-docker wiki!

Docker Pulls Docker Stars Github stars Github forks Github issues Github last-commit

This docker image is based on Greenbone Vulnerability Management 21.4.0. This Docker image was developed to help steamline, cleanup, and improve reliability of the components of the Greenbone Vulnerability stack (Which includes OpenVAS).

This guide will explain how to deploy our greenbone/openvas container with the postgresql database accessible for third party database tools. This also assumes that you will use the remote openvas scanner for a distributed deploymenti (not required). This allows you control multiple lightweight openvas scanners over SSH with a single webUI. We have modified the way the remote scanner communicates to improve the security and ease of setup.

Image Description
deineagenturug/gvm:latest
Docker Image Size
Basic Image without PDF and Data (this will first Initialized on start) - normal usage with -v <volume>:/opt/database ...
deineagenturug/gvm:latest-full
Docker Image Size
Basic Image with PDF support and Data (this will first Initialized on start) - normal usage with -v <volume>:/opt/database ...
deineagenturug/gvm:latest-data
Docker Image Size
Image without PDF but with Data initialized - normal usage WITHOUT -v <volume>:/opt/database ...
deineagenturug/gvm:latest-data-full
Docker Image Size
Image with PDF and Data initialized - normal usage WITHOUT -v <volume>:/opt/database ...
deineagenturug/openvas-scanner:latest
Docker Image Size
Image as Standalone Scanner for usage i.e. in DMZ

IF YOU SEE SOMETHING OUT OF DATE PLEASE CREATE AN ISSUE WITH TITLE PREFIX WIKI:.

Table of contents

Clone this wiki locally