docker-network-tools icon indicating copy to clipboard operation
docker-network-tools copied to clipboard

Can't run arm64 image

Open mahdiansari opened this issue 1 year ago • 1 comments

After run command docker run --rm -it --platform linux/arm64 jonlabelle/network-tools I saw : exec /bin/bash: exec format error

My OS is : CentOS Linux release 7.9.2009 (Core)

mahdiansari avatar May 28 '24 19:05 mahdiansari

Hi @mahdiansari. The arm image seems to run fine on my machine (macOS)...

$ docker run --rm -it --platform linux/arm64 jonlabelle/network-tools
Unable to find image 'jonlabelle/network-tools:latest' locally
latest: Pulling from jonlabelle/network-tools
94747bd81234: Pull complete
d6b9e1563081: Pull complete
Digest: sha256:b3d1eecdb7bc6d713abfb0de37434aa0ccd008562f51883c7fbbf3a6abf11a43
Status: Downloaded newer image for jonlabelle/network-tools:latest
[network-tools]$

Do you get the same error using the default image (amd64)?

docker run --rm -it jonlabelle/network-tools

jonlabelle avatar May 28 '24 20:05 jonlabelle