Skip to content

Emulate amd64 container

Licobox uses Rosetta to emulate running container built for amd64 CPU. You can also build image for amd64 CPU.

Terminal window
# Run an amd64 container
docker run -it --rm --platform linux/amd64 busybox
# Build image for amd64
docker build --platform linux/amd64 .

If Rosetta is not installed, you can run the following command:

Terminal window
/usr/sbin/softwareupdate --install-rosetta