I am having problem starting a docker container

My container was working yesterday, but when I tried to run it today, an error occurred. How can I fix this? I’ve tried running wsl --shutdown, restarting Docker Desktop, and re-enabling WSL integration.

(HTTP code 400) unexpected - failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting “/run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu-22.04/ed3bf75767921f6cc84d3ea4e8e7380773c14fb79c912fc8153c9b96e6e885a4” to rootfs at “/home/hailo/.Xauthority”: mount /run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu-22.04/ed3bf75767921f6cc84d3ea4e8e7380773c14fb79c912fc8153c9b96e6e885a4:/home/hailo/.Xauthority (via /proc/self/fd/7), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type

Have you checked if the file in the error message exists and if it is a file and not a folder?

I assume you ran your docker commands from the WSL distribution, right?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.