:
Interface configuration
The technological basis of the MoonBot terminal for LINUX is Conty, bubblewrap, and user namespaces.
The 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.
Conty uses bubblewrap (https://github.com/containers/bubblewrap ), overlayfs and other technologies to ensure isolation, while not requiring root rights.
More information about Conty can be found in its repository and related documentation. https://github.com/Kron4ek/Conty.