Currently Docker supports multiarchitecture images, where the appropiate image for the architecture is chosen at runtime (https://developer.ibm.com/linuxonpower/2017/07/27/create-multi-architecture-docker-image/).
I found out that in Raspberry Pi just using this:
downloads the amd64 image instead of the arm32v7 image. However, Docker supports multiple architectures by combining manifests, so that command will download the arm32v7 image on my Raspberry.
Currently Docker supports multiarchitecture images, where the appropiate image for the architecture is chosen at runtime (https://developer.ibm.com/linuxonpower/2017/07/27/create-multi-architecture-docker-image/).
I found out that in Raspberry Pi just using this:
downloads the amd64 image instead of the arm32v7 image. However, Docker supports multiple architectures by combining manifests, so that command will download the arm32v7 image on my Raspberry.