To run a small Docker image like Alpine in Termux using udocker (a user-space Docker alternative without root or a daemon), execute the following commands sequentially in your Termux shell. This setup handles installation, pulling the lightweight Alpine image (~5MB), and running a simple container. Note that you'll need to set an environment variable each session for proot support.
pkg update && pkg upgrade -y
pkg install -y python-pip proot