You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nathan dc04e50423 Update 'README.md' 2 years ago
README.md Update 'README.md' 2 years ago

README.md

wsl2
buildx builder requires registry cert

docker convenience script

 curl -fsSL https://get.docker.com -o get-docker.sh
 sh ./get-docker.sh

wsll systemdd solution, google that for better note

copy host ssh key to wsl home .ssh directory to run multi-arch more reliably run this in wsl instance
https://www.stereolabs.com/docs/docker/building-arm-container-on-x86/

sudo apt-get install qemu binfmt-support qemu-user-static # Install the qemu packages  
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes  

vs code has remote-container setting now for wsl commands, just run that.
create multi arch build container

docker buildx create --use