dry
dry copied to clipboard
Docker container not working on ARM
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.
This blog post about multi-arch images may be helpful.
@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.