jonlabelle / docker-network-tools

A Docker image with various network tools pre-installed.
https://hub.docker.com/r/jonlabelle/network-tools
MIT License
113 stars 18 forks source link

Can't run arm64 image #41

Open mahdiansari opened 1 month ago

mahdiansari commented 1 month ago

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)

jonlabelle commented 1 month ago

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