Linux Containers (LXC) is an operating-system-level virtualization method for running multiple isolated Linux systems (containers) on a control host using a single Linux kernel (Wikipedia). We can launch much Linux systems on Android without chroot or proot using LXC. This repo contains instructions how to install and use LXC containers on POCO X3 Pro.
We can`t use LXC newer than 3.1.0, 3.1.0 currently available in Termux repo.
- Create and booting containers
- Internet
- Hardware acceleration
- termux-x11
- snapd
Notes: We can create users but need to fix sudo and set HOME everytime. lxc-attach working correctly only with --clear-env otherwise you won't be able to run any programs. lxc-stop working only with --kill, otherwise command will stuck.