Portable Arch Linux based on the RunImage container.
- All features available in a base RunImage container
OverlayFS
mode enabled- Home directory sandboxed
- Network sandboxed
- А full
DE
(XFCE
) inwindowed/full screen
(Xephyr
) mode or onTTY
(Xorg
)
- All the requirements required for a base RunImage container
chmod +x portarch
- Run
PortArch
:
./portarch {RunImage args} {executable} {executable args}
Usage: see RunImage usage
- For greater ease of use, I recommend creating a separate directory for the container before launching.
- You can also add it to your
PATH
- To run a full-fledged
DE
onTTY
with builtinXorg
, just switch to a freeTTY
byCTRL+ALT+F1-12
, login and runportarch
without arguments - When running
portarch
without arguments on the desktop of the host system, a full-fledgedDE
will start inwindowed/full screen
mode withXephyr
(seeXEPHYR_
* andUNSHARE_CLIPBOARD
vars in RunImage usage)