Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error means that the platform of the Docker image for Keycloak (linux/amd64) does not match the platform of the host where it is being executed (linux/arm64/v8). This can occur when trying to run a Docker image built for a different CPU architecture on a machine with a different architecture. In this case, the Docker image was likely built for an x86-64 processor (amd64) while the host machine is using an ARM processor (arm64).