dry icon indicating copy to clipboard operation
dry copied to clipboard

Docker container not working on ARM

Open verglor opened this issue 4 years ago • 2 comments

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 avatar Jun 19 '20 01:06 verglor

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

verglor avatar Jun 19 '20 01:06 verglor

@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.

ondras avatar Feb 12 '23 15:02 ondras