skip to Main Content

The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested – CentOS

My server and docker info. are as follows: Linux xxx 3.10.0-1160.66.1.el7.x86_64 #1 xxx x86_64 x86_64 x86_64 GNU/Linux Docker version 20.10.17 Client: Context: default Debug Mode: false Plugins: app: Docker App (Docker Inc., v0.9.1-beta3) buildx: Docker Buildx (Docker Inc., v0.8.2-docker) scan:…

VIEW QUESTION

docker arm32 gdb ptrace: Could not trace the inferior process

I am struggling with the arm32v7/ubuntu image. My host is Win10 professional and docker with command: docker container run --cap-add=CAP_SYS_PTRACE --security-opt seccomp=unconfined --privileged -it --name ubuntuTest -h arm32 -v /C/WS/Docker:/WS arm32v7/ubuntu the binaries are built with crosscompiler(on host) and with…

VIEW QUESTION
Back To Top
Search