docker run -d -p 443:443 -p 9390:9390 --name openvas mikesplain/openvas:9
I got the following error message
Step 1: Checking OpenVAS Scanner ...
OK: OpenVAS Scanner is present in version 5.1.3.
OK: OpenVAS Scanner CA Certificate is present as .
dirname: missing operand
Try 'dirname --help' for more information.
ERROR: No server certificate file of OpenVAS Scanner found.
FIX: Run 'openvas-mkcert -f -q'.
ERROR: Your OpenVAS-9 installation is not yet complete!
When I tried to run OpenVAS-9 with the command
docker run -d -p 443:443 -p 9390:9390 --name openvas mikesplain/openvas:9
I got the following error message