Running Docker using QEMU on an Android Device

Описание к видео Running Docker using QEMU on an Android Device

Install Redis via Docker on an Android Device using Termux, QEMU and Alpine Linux.

https://www.motoots.com/2021/03/runni...

https://github.com/mtpayne/test-conne...

0:34 - Install Termux
1:32 - Install OpenSSH
2:37 - Install QEMU
2:50 - Install Alpine Linux
6:11 - Install Docker
7:34 - Install Redis

Commands:
qemu-system-x86_64 -smp 2 -m 2048 \
-drive file=alpine.qcow2,if=virtio \
-netdev user,id=n1,hostfwd=tcp::6379-:6379,hostfwd=tcp::9000-:9000 \
-device virtio-net,netdev=n1 \
-cdrom alpine-virt-3.13.2-x86_64.iso -boot d \
-nographic

docker run -d -p 9000:9000 --name=my-portainer -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer

Комментарии

Информация по комментариям в разработке