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.
On docker hub there are tags with only
linux/amd64os/arch. So when I rundocker run --rm -it -e TERM -v /var/run/docker.sock:/var/run/docker.sock moncho/dryon my raspberry pi 3 I getstandard_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.