We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCode: 1.40.0 Remote SSH: 1.47.2 Mac: 10.15.1 Remote OS: Raspbian Buster
I am attempting to run Remote - SSH inside a container running on a remote docker host. Steps to reproduce:
.devcontainer.json
{ "image": "node", "workspaceFolder": "/workspace", "workspaceMount": "src=remote-workspace,dst=/workspace,type=volume,volume-driver=local" }
settings.json
"docker.host":"tcp://your-remote-machine-fqdn-or-ip-here:port"
Error message:
... ...Exec format error Command failed: docker exec -w /home/vscode/.vscode-server/bin/86405ea23e3937316009fc27c9361deee66ffbf5 -e SHELL=/bin/bash -e VSCODE_AGENT_FOLDER=/home/vscode/.vscode-server 9f04be659d8bc717879dc006e2f1b0e2209208bd513e6eb342f9f094910b063b /home/vscode/.vscode-server/bin/86405ea23e3937316009fc27c9361deee66ffbf5/server.sh --disable-user-env-probe --port 0
The text was updated successfully, but these errors were encountered:
Related: #1716
Sorry, something went wrong.
Fixed with #1716.
chrmarti
No branches or pull requests
VSCode: 1.40.0
Remote SSH: 1.47.2
Mac: 10.15.1
Remote OS: Raspbian Buster
I am attempting to run Remote - SSH inside a container running on a remote docker host.
Steps to reproduce:
.devcontainer.json
:settings.json
:Error message:
The text was updated successfully, but these errors were encountered: