Git Product home page Git Product logo

Comments (5)

ramonchiara avatar ramonchiara commented on July 17, 2024 19

One way around this problem is to run:

export COMMUNITY_NVT_RSYNC_FEED=rsync://feed.community.greenbone.net:/nvt-feed
export COMMUNITY_CERT_RSYNC_FEED=rsync://feed.community.greenbone.net:/cert-data
export COMMUNITY_SCAP_RSYNC_FEED=rsync://feed.community.greenbone.net:/scap-data

So, @mikesplain might update this section in README.md:

docker exec -it openvas bash
## inside container

export FEED=feed.community.greenbone.net
export COMMUNITY_NVT_RSYNC_FEED=rsync://$FEED:/nvt-feed
export COMMUNITY_CERT_RSYNC_FEED=rsync://$FEED:/cert-data
export COMMUNITY_SCAP_RSYNC_FEED=rsync://$FEED:/scap-data

greenbone-nvt-sync
openvasmd --rebuild --progress
greenbone-certdata-sync
greenbone-scapdata-sync
openvasmd --update --verbose --progress

/etc/init.d/openvas-manager restart
/etc/init.d/openvas-scanner restart

from openvas-docker.

makarov20211221 avatar makarov20211221 commented on July 17, 2024 1

Thank you ramonchiara, perfectly solved this problem

from openvas-docker.

huornlmj avatar huornlmj commented on July 17, 2024

Is @mikesplain still maintaining this?

from openvas-docker.

ghostersk avatar ghostersk commented on July 17, 2024

I just run the container with this:
docker stop openvas && docker rm openvas

    docker pull mikesplain/openvas
    docker run -d -p 3344:443 -p 9390:9390 \
            -e PUBLIC_HOSTNAME=openvas.myweb.com \
	-e FEED="feed.community.greenbone.net" \
	-e COMMUNITY_NVT_RSYNC_FEED="rsync://$FEED:/nvt-feed" \
	-e COMMUNITY_CERT_RSYNC_FEED="rsync://$FEED:/cert-data" \
	-e COMMUNITY_SCAP_RSYNC_FEED="rsync://$FEED:/scap-data" \
            --network nginxproxymgr_default \
            --name openvas \
            -h openvas \
            -v /opt/openvas/mgr:/var/lib/openvas/mgr/ \
            mikesplain/openvas

from openvas-docker.

dreddsa5dies avatar dreddsa5dies commented on July 17, 2024

You can also edit the configuration file in the container itself according to the method

from openvas-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.