Open
Description
Arm systems, such as the Raspberry Pi, are not supported. I was unable to run the rocker image in my Ubuntu aarch64 Raspberry Pi 4 2G. This is for Episode 04-docker-hub
ubuntu@upi4:~$ docker pull rocker/tidyverse:3.6.1
3.6.1: Pulling from rocker/tidyverse
844c33c7e6ea: Pull complete
4f11e4e30170: Pull complete
a9724dff2655: Pull complete
f5f3a048c9c3: Pull complete
a53c4db932de: Pull complete
bd5da474b8ba: Pull complete
be9b916e18e7: Pull complete
b8b469f67972: Pull complete
Digest: sha256:8163a4bb859f3825c4fb95afb6cd4bae14071cb30b15696f088c0380b8132d7a
Status: Downloaded newer image for rocker/tidyverse:3.6.1
docker.io/rocker/tidyverse:3.6.1
ubuntu@upi4:~$ docker run rocker/tidyverse:3.6.1
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
standard_init_linux.go:228: exec user process caused: exec format error
ubuntu@upi4:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 21.04
Release: 21.04
Codename: hirsute
ubuntu@upi4:~$ uname -a
Linux upi4 5.11.0-1012-raspi #13-Ubuntu SMP PREEMPT Thu Jun 17 10:44:37 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
ubuntu@upi4:~$ docker --version
Docker version 20.10.2, build 20.10.2-0ubuntu2
If updating the the examples would be useful I would be willing to do this and do a PR.