8000 [BUG] Unable to start docker container · Issue #321 · immauss/openvas · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[BUG] Unable to start docker container #321
Closed
@dustinbird

Description

@dustinbird

** 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:

  1. 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.
  2. 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.

Docker Log output.txt

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0