Different CPU Architecture and images

Hello rebdiluca,

Docker is a virtualization engine. Therefore, it has to make sure that each environment type can be served seamlessly the easy way. Docker pulls an image corresponding to the architecture(arm, x86_64) of the machine it is running on. So, docker will be able to leverage multi-CPU architecture in order to cover a large group of device types.

Best Regards,
Fouscou B.