Common Operating System Architectures

Common operating system architectures include, but are not limited to:

  • Windows x86/x86_64: Suitable for PCs, desktops, laptops and other devices running Windows operating system.
  • Linux x86/x86_64: Suitable for PCs, desktops, laptops and other devices running the Linux operating system.
  • MacOS x86/x86_64: For Apple Mac computers running the MacOS operating system.
  • Linux ARM/ARM64: Suitable for ARM architecture or ARM64 architecture devices running Linux operating system, such as Raspberry Pi, Linux Raspberry Pi and other embedded devices.

When using Docker, you need to pay attention to whether the local operating system architecture matches the applicable system architecture of the image to be pulled. If the applicable architecture of the operating system and the image are inconsistent, problems such as failure to run and abnormal operation may occur.

Guess you like

Origin blog.csdn.net/ChinaLiaoTian/article/details/130398781