WARNING: image with reference cucker/get_command_4_run_container was found but does not match the specified platform: wanted linux/arm64/v8, actual: linux/amd64解决
这样的错误是因为在下载镜像时没有指定平台
docker pull <镜像名称> --platform linux/arm64
这样的错误是因为在下载镜像时没有指定平台
docker pull <镜像名称> --platform linux/arm64