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

Squid fails to start on ARM64 (v8) - incompatible image? #79

Open
erosco opened this issue Apr 12, 2022 · 0 comments
Open

Squid fails to start on ARM64 (v8) - incompatible image? #79

erosco opened this issue Apr 12, 2022 · 0 comments

Comments

@erosco
Copy link

erosco commented Apr 12, 2022

root@pi4-kodi:/home/user/docker# docker stop squid
Error response from daemon: No such container: squid
root@pi4-kodi:/home/user/docker# docker rm squid
Error: No such container: squid
root@pi4-kodi:/home/user/docker# docker run --name squid -it
--platform linux/amd64
--net=container:vpn
--volume /home/user/docker/squid/squid.conf:/etc/squid/squid.conf
--volume /home/user/docker/squid/cache:/var/spool/squid
-d sameersbn/squid
Unable to find image 'sameersbn/squid:latest' locally
latest: Pulling from sameersbn/squid
5b7339215d1d: Pull complete
14ca88e9f672: Pull complete
a31c3b1caad4: Pull complete
b054a26005b7: Pull complete
fbd167be87d1: Pull complete
cdc767309668: Pull complete
Digest: sha256:f7c76d74cb603827094453699663bb086227f4e7e44a981595dfe0b7386b606b
Status: Downloaded newer image for sameersbn/squid:latest
e206b3e8ea88cbc835f8fa910b85133a3322e5034fbf7efa8f4b2f8536b31e1a

root@pi4-kodi:/home/user/docker# docker logs squid
standard_init_linux.go:228: exec user process caused: exec format error

root@pi4-kodi:/home/user/docker# docker start squid
squid
root@pi4-kodi:/home/user/docker# docker logs squid
standard_init_linux.go:228: exec user process caused: exec format error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant