Hi,   Docker doesn't have a good way to distinguish between different architectures automatically, so some conventions have evolved.   The default architecture is AMD64, so if you run a container without any prefix / infix in the underlying image's name, you will likely get an "exec format error" on other platforms The most common prefix for ARMv7 flavoured images is 'armhf-', the most common prefix for ARMv8 is 'aarch64-'. Docker has started to publish their o