docker-in-termux
docker-in-termux copied to clipboard
This repository contains instructions on how to install Docker in Termux, without root.
My phone has 8 cores and 8G of memory but when running lscpu and free -h in the alpine box it shows 2 cores and 1G of memory can you...
I successfully run Docker according to the excellent tutorial. But I can not visit my web service runing as a container inside alpine, whose port is 5244.
I'm stuck in part 7: `qemu-system-x86_64 -machine q35 -m 1024 -smp cpus=2 -cpu qemu64 -drive if=pflash,format=raw,read-only=on,file=$PREFIX/share/qemu/edk2-x86_64-code.fd -netdev user,id=n1,dns=8.8.8.8,hostfwd=tcp::2222-:22 -device virtio-net,netdev=n1 -cdrom alpine-virt-3.19.0-x86_64.iso -nographic alpine.img` When I run the command above...
I noticed massive read speed reduction (like 10-20 times) when inside qemu this makes building/pulling images take hours. Do you have any improvements that can be made here? I tested...
For #11
Hi, I am getting this error while trying to boot. (FYI: after unexpected shutdown [low battery/ power off] ; apk was running so this happened) ... Is there a way...
Are there any instructions for temoving alpine linux and docker for termux?... or do I need to uninstall termux and start from scratch? Or is it safe to just remove...