Secure Compliance
  • Overview
  • Installing Docker
  • GVM Docker Image
  • Docker Compose
  • OpenVAS Scanner Image
  • Environment Variables
  • Build
  • FAQ
  • APK Build
Powered by GitBook
On this page
  • Alternatively you can use the official docker install script
  • Install docker-compose
  • Install docker-cleanup command

Was this helpful?

Installing Docker

PreviousOverviewNextGVM Docker Image

Last updated 3 years ago

Was this helpful?

If you have a Debian-Based Operating System you can use the docker.io package.

apt install docker.io

If you are using a docker supported OS that does not have the docker.io package, you should take a look at .

You can also use the docker install script by running:

Alternatively you can use the official docker install script

wget -qO- https://get.docker.com/ | sh

Install docker-compose

wget https://raw.githubusercontent.com/Secure-Compliance-Solutions-LLC/GVM-Docker/docker-install/install-dockercompose.sh
bash install-dockercompose.sh

Install docker-cleanup command

wget https://raw.githubusercontent.com/Secure-Compliance-Solutions-LLC/GVM-Docker/docker-install/docker-cleanup.sh
bash docker-cleanup.sh
this page