Open jsamuel1 opened 10 months ago
devcontainer --version
0.55.0
Note the -- the sig-proxy=false argument is to prevent signals (eg. Ctrl-C) being sent along to the process inside the container. Default was to pass the signal in.
Corresponding item in vscode devcontainer extension issues: https://github.com/microsoft/vscode-remote-release/issues/6014
Note - this linked issue is for the extension, not the base devcontainer packages.
What is the problem you're trying to solve?. Running @devcontainer/cli to launch a devcontainer, the process fails at the run step due to devcontainer/cli passing the option
--sig-proxy=false
to the run action when running a single container.Describe the feature you'd like Would like the option to either be support or ignored.
Additional context https://github.com/devcontainers/cli/blob/f7d4c853bf8c284d784173f3e915a34d961b0b55/src/spec-node/singleContainer.ts#L396
Reproducing steps: From a project with a .devcontainer folder/setup that has a single Dockerfile and devcontainer.json, run:
npx devcontainer up --docker-path finch --docker-compose-path "finch compose" --workspace-folder .