Skip to content

Provide an ARM version of the container #223

@sylveon

Description

@sylveon

Steps to reproduce the issue

  1. Try to run the container on a ARM device, such as a Raspberry Pi

Expected behavior

Offer me an ARM package somewhere I can use.

Actual behavior

The docker app will fail with the error standard_init_linux.go:178: exec user process caused "exec format error". That's expected since this is an x86 package and not an ARM package. It shouldn't be a problem to add a package since IIRC dotnet 1.1 introduces ARM support.

Additional information (e.g. issue happens only occasionally)

[admin@pi ~]$ docker run -it microsoft/dotnet:latest
Unable to find image 'microsoft/dotnet:latest' locally
latest: Pulling from microsoft/dotnet
6d827a3ef358: Pull complete
2726297beaf1: Pull complete
5f0ad24bb908: Pull complete
585a9e672fec: Pull complete
Digest: sha256:89d960ce0b16f8725bf0d0b6790ef09d8d639bb6dac9d29496b91a9b477ef59699.71 MB/129.5 MB
Status: Downloaded newer image for microsoft/dotnet:latest
standard_init_linux.go:178: exec user process caused "exec format error"

Output of docker version

Client:
 Version:      17.03.0-ce
 API version:  1.26
 Go version:   go1.8
 Git commit:   60ccb2265b
 Built:        Sun Mar  5 06:50:32 2017
 OS/Arch:      linux/arm

Server:
 Version:      17.03.0-ce
 API version:  1.26 (minimum version 1.12)
 Go version:   go1.8
 Git commit:   60ccb2265b
 Built:        Sun Mar  5 06:50:32 2017
 OS/Arch:      linux/arm
 Experimental: false

Output of docker info

Containers: 2
 Running: 0
 Paused: 0
 Stopped: 2
Images: 1
Server Version: 17.03.0-ce
Storage Driver: overlay2
 Backing Filesystem: extfs
 Supports d_type: true
 Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 977c511eda0925a723debdc94d09459af49d082a
runc version: a01dafd48bc1c7cc12bdb01206f9fea7dd6feb70
init version: 949e6fa
Security Options:
 seccomp
  Profile: default
Kernel Version: 4.9.17-1-ARCH
Operating System: Arch Linux ARM
OSType: linux
Architecture: armv7l
CPUs: 4
Total Memory: 920.2 MiB
Name: pi
ID: 5VW7:U32Y:CFAA:4OU6:DEWD:TTDE:KGVT:2S6Y:C2H7:ZC2G:2Y3P:DI4P
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
WARNING: No cpuset support
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions