Skip to content
parke edited this page Jan 4, 2022 · 41 revisions

Lxroot - a software virtualization tool

About Lxroot

lxroot is a lightweight alternative to chroot, Docker, and other software virtualization tools.

lxroot allows a non-root user to quickly and easily create a "chroot-style" virtual software environment (via Linux namespaces), and then run one or more programs (a "guest userland") inside that environment.

vland - a virtual userland manager

While you can run lxroot directly, I recommend that instead you first learn to use vland.

vland is a virtual userland manager. vland is implemented as a convenience wrapper around lxroot. vland can automatically download, install, and configure a Linux distribution userland for use with lxroot. Both vland and lxroot operate without root access.

Learn more:

Clone this wiki locally