Running an x86 Container Image
Load the x86 container image to Arm64 Docker on the Arm64 host system:
docker load < hello-world.tar.gz
Run the x86 Docker containers on the Arm64 host system. The method is the same as that on the x86 system:
docker run hello-world
You can use Arm64 Docker to run the x86 containers on the Arm64 server. The operations are the same as those performed on the x86 server.
Parent topic: ExaGear for Docker on Ubuntu