What is the technological basis of the MoonBot LINUX terminal?

: Interface configuration

The technological basis of the MoonBot terminal for LINUX is Conty, bubblewrap, and user namespaces.nnThe MoonBot container is based on the Conty project, which is a minimalistic mechanism for creating Arch Linux-based compressed containers that are packaged into a single executable file. nnConty uses bubblewrap (https://github.com/containers/bubblewrap ), overlayfs and other technologies to ensure isolation, while not requiring root rights. nnMore information about Conty can be found in its repository and related documentation. https://github.com/Kron4ek/Conty .