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

libvirt: virt-install hangs on installation – Debian

After reading wiki libvirt I started virt-install to install VM off the Debian10 netinstall ISO image: % sudo virt-install --debug --connect qemu:///system --virt-type kvm --name vm-debian --memory 1024 --disk path=/var/lib/libvirt/images/vm-debian.img,size=10 --graphics none --cdrom /var/lib/libvirt/images/debian-10.6.0-amd64-netinst.iso --location /var/lib/libvirt/images/debian-10.6.0-amd64-netinst.iso --network network=default,mac=00:22:bb:cc:dd:ee --os-variant debian10…

VIEW QUESTION
Back To Top
Search