DEV Community

Discussion on: VSCode Dev Container Failing to Build

Collapse
 
rreganjr profile image
Ron Regan

I'm running on ubuntu and had a similar issue:

docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /run/user/1000/wayland-0.
See 'docker run --help'.
Enter fullscreen mode Exit fullscreen mode

in my case I had to delete the wayland-0 and wayland-0.lock files in /run/user/1000/

your post helped, thanks