microsoft / microsoft/vscode-remote-release
Can't start container on Raspberry Pi 5 - debian install steps
Open
@samruddhikhandale is already working on this.
Since Oct 30, 2023.
containers
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Container file: https://github.com/tyeth/circuitpython/blob/main/.devcontainer/cortex-m/devcontainer.json
- VSCode Version: latest on bookworm
- Local OS Version: latest
- Remote OS Version:
- Remote Extension/Connection Type: Containers
docker system info
Client: Docker Engine - Community
Version: 24.0.7
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.11.2
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.21.0
Path: /usr/libexec/docker/cli-plugins/docker-compose
Server:
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 24.0.7
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Using metacopy: false
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 61f9fd88f79f081d64d6fa3bb1a0dc71ec870523
runc version: v1.1.9-0-gccaecfc
init version: de40ad0
Security Options:
seccomp
Profile: builtin
cgroupns
Kernel Version: 6.1.0-rpi4-rpi-2712
Operating System: Debian GNU/Linux 12 (bookworm)
OSType: linux
Architecture: aarch64
CPUs: 4
Total Memory: 7.861GiB
Name: rpi5tv
ID: f7de2330-8b76-45fd-af28-84468a5e4245
Docker Root Dir: /var/lib/docker
Debug Mode: false
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
WARNING: No memory limit support
WARNING: No swap limit support
- Logs:
[14865 ms] Dev Containers 0.320.0 in VS Code 1.84.0-insider (6a7a661757dec1983ff05ef908a2bbb75ce841e0).
[14864 ms] Start: Run: docker version --format {{.Server.APIVersion}}
[14909 ms] 1.43
[15129 ms] Start: Run: /usr/share/code-insiders/code-insiders --ms-enable-electron-run-as-node /home/pi/.vscode-insiders/extensions/ms-vscode-remote.remote-containers-0.320.0/dist/spec-node/devContainersSpecCLI.js read-configuration --workspace-folder /home/pi/Documents/python/circuitpython --log-level debug --log-format json --config /home/pi/Documents/python/circuitpython/.devcontainer/cortex-m/devcontainer.json --include-merged-configuration --mount-workspace-git-root
[15498 ms] @devcontainers/cli 0.52.1. Node.js v18.15.0. linux 6.1.0-rpi4-rpi-2712 arm64.
[15498 ms] Start: Run: git rev-parse --show-cdup
[15511 ms] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/pi/Documents/python/circuitpython --filter label=devcontainer.config_file=/home/pi/Documents/python/circuitpython/.devcontainer/cortex-m/devcontainer.json
[15533 ms] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/pi/Documents/python/circuitpython
[15558 ms] Start: Run: docker inspect --type image mcr.microsoft.com/devcontainers/universal:2-linux
[16045 ms] Error fetching image details: No manifest found for mcr.microsoft.com/devcontainers/universal:2-linux.
[16045 ms] Start: Run: docker pull mcr.microsoft.com/devcontainers/universal:2-linux
2-linux: Pulling from devcontainers/universal
no matching manifest for linux/arm64/v8 in the manifest list entries
[16996 ms] []
[16997 ms] Error response from daemon: No such image: mcr.microsoft.com/devcontainers/universal:2-linux
[16997 ms] Command failed: docker inspect --type image mcr.microsoft.com/devcontainers/universal:2-linux
[17003 ms] Exit code 1
[17019 ms] Command failed: /usr/share/code-insiders/code-insiders --ms-enable-electron-run-as-node /home/pi/.vscode-insiders/extensions/ms-vscode-remote.remote-containers-0.320.0/dist/spec-node/devContainersSpecCLI.js read-configuration --workspace-folder /home/pi/Documents/python/circuitpython --log-level debug --log-format json --config /home/pi/Documents/python/circuitpython/.devcontainer/cortex-m/devcontainer.json --include-merged-configuration --mount-workspace-git-root
[17020 ms] Exit code 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.