Running Docker using QEMU on an Android Device

In a previous exercise . We installed Linux on an Android device. We then installed some popular software used by developers and accessed them remotely. But that environment had limitations. Such as not being able to use Docker. In this exercise, we'll install Redis on an Android device. But we'll do it using Docker and Portainer. We'll achieve this with the help of QEMU to emulate an x86-64 machine running Alpine Linux. The basic steps involve: Installing Termux Installing QEMU Installing Alpine Linux Installing Portainer Installing Redis Testing Remote Access Right from the outset, it should be noted that this setup takes quite a hit in performance. At least in comparison to the previous exercise. But it's all for fun. So let's get started. Installing Termux What is Termux? Taken directly from the project's homepage . ...