devpod icon indicating copy to clipboard operation
devpod copied to clipboard

Docker: invalid mount config

Open orkisz opened this issue 2 years ago • 0 comments

When trying to start docker workspace using Node or .NET template:

[09:54:03] info Creating devcontainer...
[09:54:03] info Cloning into '/Users/ko/.devpod/agent/contexts/default/workspaces/try-dotnet/content'...
[09:54:05] info docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /host_mnt/Users/ko/.devpod/agent/contexts/default/workspaces/try-dotnet/content.
[09:54:05] info See 'docker run --help'.

Directory mentioned in log exists, but without /host_mnt prefix of course

My devcontainer.json: N/A ??

Local Environment:

  • DevPod Version: v0.1.10
  • Operating System: mac
  • ARCH of the OS: ARM64

DevPod Provider:

  • Local/remote provider: docker

Docker version: Docker Desktop 4.21.1 (114176), VirtioFS

orkisz avatar Jul 04 '23 08:07 orkisz