我要评分
获取效率
正确性
完整性
易理解

Creating an x86 Container Image

Download the x86 container image to an x86 system and copy it to the Arm64 host system where you run containers using ExaGear.

The container image directly pulled from the Arm64 host system is of the Arm64 version. To obtain a container image of the x86 version, you need to create the container image on an x86 server.

The hello-world is used as an example to describe how to create an image. Perform the following operation on the x86 server where Docker is installed:

docker pull hello-world && docker save hello-world > hello-world.tar.gz 

Copy hello-world.tar.gz to the Arm64 host system.