Upgrade to Docker Desktop 3.3.3 Causes All Containers to Not Start

Anyone seen had this issue after upgrading to Docker Desktop 3.3.3?

All containers have stopped working. When trying to start container, get the following error:

Error invoking remote method ‘docker-start-container’: Error: (HTTP code 500) server error - OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization error: driver error: failed to process request: unknown

Any help would be appreciated.

I am having the same issue… Downgrading to 3.3.0 makes this work.
Apparently the issue is with Nvidia Container Toolkit / or the Nvidia Driver 470.14 for WSL

Same issue for me after upgrading to 3.3.4

Hey , im having the same issue. How do you downgrade docker without reset the configs ?

I had the same problem, I dont know why, just solved restarting the container.

first run get your container name or id:
docker ps -a
and restart the container
docker restart {container_name or container_id}

After that the container run without problems