Secure-Compliance-Solutions-LLC / GVM-Docker

Greenbone Vulnerability Management Docker Image with OpenVAS
https://securecompliance.gitbook.io/projects/
MIT License
246 stars 91 forks source link

docker install #333

Open hulaime opened 2 years ago

hulaime commented 2 years ago

How to install gvm offline using docker

NehaK275 commented 2 years ago

hi @metfairy can i solve this?

Dexus commented 2 years ago

How to install gvm offline using docker

What do you mean? offline you need a way to move the image from a online system to a offline system.

docker save myimage:latest | gzip > myimage_latest.tar.gz

on you offline system:

docker load < myimage_latest.tar.gz

hulaime commented 2 years ago

Hao to update Feed offline with(https://vulndata.securecompliance.solutions/file/VulnData/data.tar.xz),it show(Too old (167 days) Please check the automatic synchronization of your system)now。

Dexus commented 2 years ago

you can download the https://vulndata.securecompliance.solutions/file/VulnData/data.tar.xz file and then run some steps from: https://medium.com/kokster/mount-volumes-into-a-running-container-65a967bee3b5 (⚠️ you normally should not do this!!!!)

Then you should run docker exec .... on your container and

I've not tested it, but all-in-all this should work.

Let me know if it does, or the same if it not work. So I will look how I can support you here.

Dexus commented 2 years ago

For further support, use https://github.com/DeineAgenturUG/greenbone-gvm-openvas-for-docker