devcontainers / devcontainers/cli

Error response from daemon: invalid mount config for type "bind": bind source path does not exist

Open
#613 1 comment 0 reactions 1 assignee Claimed by @chrmarti View on GitHub
info-needed
Dominant language
TypeScript
Stars
3k
Forks
457
Avg merge
13h 17m
Merged PRs (30d)
6

Description

I'm running devcontainer CLI in a docker container which might not be the most common use case. I mounted the workspace-folder to the container.
running devcontainer up causes error bind source path does not exist.

[2023-08-08T21:36:04.521Z] docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /app.
See 'docker run --help'.
Error: Command failed: docker run --sig-proxy=false -a STDOUT -a STDERR --mount type=bind,source=/app,target=/workspaces/app -l devcontainer.local_folder=/data -
...

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.