Description
** Please attach large files to the report instead of pasting the contents into the report. **
Describe the bug
Carrying out a weekly update of the docker image and although old image was stopped and removed correctly and new image is downloaded the container will not start (fails after less one minute of trying to start).
To Reproduce
Steps to reproduce the behavior:
- Include how you started the container.
- Container started after a system prune -a with the following command:
- docker run --detach --publish 8443:9392 -e PASSWORD="REDACTED" --volume openvas:/data -e HTTPS=true --name openvas immauss/openvas:latest.
- When did the issue occur?
- the container failed to start. Using watch docker PS it has a status of "Starting" for around 30 seconds before closing.
Expected behavior
Container should carry on staying starting for around 10 - 12 minutes before changing to healthy and web interface being available.
Environment (please complete the following information):
- OS: OpenSUSE Leap 15.6.1
- Memory available to OS: 8G
- Container environment used with version: docker
logs ( commands assume the container name is 'openvas' )
Please attach the output from one of the following commands:
docker
docker logs openvas See attached file Docker log output.txt
Additional context
Only started to see this today on two different servers after updating both last week with no issues.