I installed the Docker CE, worked great a month ago

Today when I run it about 15 seconds after I initiate a scan it says “Interrupted at 0%”

HELP!

I suggest you search the forum for this search term and read about the various things that could cause this to happen.

I ran into such a problem - after restarting the docker host, the ospd-openvas container did not start and had the status “exited”. Fixed this by setting the “restart: always” parameter in the docker-compose.yml file

ospd-openvas:
    image: greenbone/ospd-openvas:stable
    restart: always