Skip to content
New issue

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

Containers: Support ARM 32bit #1813

Closed
JamesGreenaway opened this issue Nov 8, 2019 · 2 comments
Closed

Containers: Support ARM 32bit #1813

JamesGreenaway opened this issue Nov 8, 2019 · 2 comments
Assignees
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality

Comments

@JamesGreenaway
Copy link

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:

  1. add a basic .devcontainer.json:
{
  "image": "node",
  "workspaceFolder": "/workspace",
  "workspaceMount": "src=remote-workspace,dst=/workspace,type=volume,volume-driver=local"
}
  1. add the following to settings.json:
"docker.host":"tcp://your-remote-machine-fqdn-or-ip-here:port"
  1. Run 'Open folder in container'

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
@chrmarti chrmarti changed the title Exec format error Containers: Support ARM 32bit Nov 8, 2019
@chrmarti chrmarti added containers Issue in vscode-remote containers feature-request Request for new features or functionality labels Nov 8, 2019
@chrmarti chrmarti self-assigned this Nov 8, 2019
@chrmarti
Copy link
Contributor

chrmarti commented Nov 8, 2019

Related: #1716

@chrmarti
Copy link
Contributor

Fixed with #1716.

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants