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

Docker container not working on ARM #132

Open
verglor opened this issue Jun 19, 2020 · 2 comments
Open

Docker container not working on ARM #132

verglor opened this issue Jun 19, 2020 · 2 comments
Assignees

Comments

@verglor
Copy link

verglor commented Jun 19, 2020

On docker hub there are tags with only linux/amd64 os/arch. So when I run docker run --rm -it -e TERM -v /var/run/docker.sock:/var/run/docker.sock moncho/dry on my raspberry pi 3 I get standard_init_linux.go:211: exec user process caused "exec format error". I can install it directly with dryup.sh. According to Dockerfile dry image is based on alpine which support ARM as well.

@verglor
Copy link
Author

verglor commented Jun 19, 2020

This blog post about multi-arch images may be helpful.

@moncho moncho self-assigned this Jun 21, 2020
@ondras
Copy link

ondras commented Feb 12, 2023

@verglor You can try my arm64 image I just created: ondras/dry-arm64

@moncho thanks for this great tool! Feel free to link my Docker image for ARM users.

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

3 participants