simple systemd initialized podman container that runs arch with icewm window manager where you can vnc into. The container works with rootless podman.
(dont let the name archdeskpod fool you - it is not using podman pods. I just liked that name that way)
- This image is not not production ready. Use at own risk
- I am running arch (btw) on the host. Instructions will vary for other distros
- Installation
- Configure rootless podman
- Enable cgroups v2
- Also check install.sh for steps needed
- Use build.sh to build the image
- Use run.sh to run the container
- Root will be logged in automatically
- For vnc run the following
- In container root console (hit enter once)
- export DISPLAY=:0
- x11vnc
- On host
- use eg vncviewer and connect to 127.0.0.1:5900
- In container root console (hit enter once)
- Stopping the container from inside
- shutdown -h now

