Skip to content

How to Configure and Check Feed Sync Timing in Greenbone Docker Container? #300

Answered by immauss
devMarc5598 asked this question in Q&A
Discussion options

You must be logged in to vote

The feeds do not update automatically.
As long as you didn't start the container with "-e SKIPSYNC=true", restarting the contianer will updated the feeds.

you can also run the sync.sh script in the container to initiate a sync.

docker exec <container name> /scripts/sync.sh 

If you wanted to setup a cron on the host machine to run that command, that would work as well to give you a scheduled sync.

-Scott

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by immauss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants