Docker Images and Different Architectures?

Hello,

I have started using docker on my raspberry pi.:slight_smile:

One thing I noticed is that almost all the images in the docker hub are for x86/x64.
I have been unable to filter out the ARM or rpi specific images in the docker hub.

I am wondering if this is possible?

A place where you can share your images or find images other people have made sounds nice to have.
For example I wanted a reverse proxy for my pi.
For this to work I had to build my own image for a nginx server and after that one for the reverse proxy. Most of this was copying/modifying existing dockerfiles and compiling stuff for ARM.
If I can share the result and people can find it easily, they can use it and improve it.

Or a possibility to have dockerfiles for different architectures linked to one project???

2 Likes