how to download and run an x86 64 intel based linux docker container on apple silicon mac m1 m2
How to download and run an x86 64 intel based linux docker container on apple silicon mac (eg., m1, m2)
docker pull –platform linux/x86_64 ubuntu
docker run -it –platform linux/x86_64 ubuntu bash
cat /etc/os-release
by Foivos Gypas
linux download
not the think that I looked for, but helped me out by something else 😉
good video
I would like to say that I appreciate your work. Thanks so much! ❤
can we have uname -a output next time? 🙂
How Can I use GDB in Linux on M1 ?