greenbone / docs

Documentation for the Greenbone Community Edition
https://greenbone.github.io/docs/
Creative Commons Attribution Share Alike 4.0 International
23 stars 32 forks source link

Fix log warning caused by tini init server in ospd-openvas container #409

Closed bjoernricks closed 11 months ago

bjoernricks commented 11 months ago

What

Fix log warning caused by tini init server in ospd-openvas container

Why

Remove warning message from the docker compose log output to not confuse users. It worked as it should nevertheless.

cfi-gb commented 11 months ago

Just for tracking purposes the reason from #195 why this was added in the first place:

What: Use docker-init as pid 1 process to prevent nmap, grep zombie processes. It starts the docker cmd with the docker-init process which handles the zombie process.

Why: After some testing, i saw a lot of zombie nmap zombie process pop up, docker-init process prevent this.