Skip to content

Instantly share code, notes, and snippets.

@George-Seven
George-Seven / install_udocker.sh
Last active December 20, 2024 17:40
udocker for Termux, with patches applied to fix it. Now you can use it in Android too. udocker allows running docker images without root/custom kernels - https://github.com/indigo-dc/udocker
#!/data/data/com.termux/files/usr/bin/bash
install_udocker(){
apt update
yes | pkg install -y python-pip patch proot
if pip freeze | grep -Eq "^udocker=="; then
pip uninstall -y udocker