Debian 13 image with LXQt, TigerVNC, & NoVNC.
2.5K
This image uses the default Debian 12 image as a base with the LXQt desktop, TigerVNC, & NoVNC installed on top of it.
docker run --name headless-debian -p 127.0.0.1:5901:5901 -p 127.0.0.1:6080:6080 -d icyguider/headless-debian
This image uses the default Debian 12 image as a base with XFCE desktop, TigerVNC, & NoVNC installed on top of it.
docker run --name headless-debian-xfce -p 127.0.0.1:5901:5901 -p 127.0.0.1:6080:6080 -d icyguider/headless-debian:xfce
This image uses the default Debian 12 image as a base with Cinnamon desktop, TigerVNC, & NoVNC installed on top of it.
docker run --name headless-debian-cinnamon -p 127.0.0.1:5901:5901 -p 127.0.0.1:6080:6080 -d icyguider/headless-debian:cinnamon
This image uses the default Debian 12 image as a base the MATE desktop environment, TigerVNC, & NoVNC installed on top of it.
docker run --name headless-debian-mate -p 127.0.0.1:5901:5901 -p 127.0.0.1:6080:6080 -d icyguider/headless-debian:mate
This image uses the headless-debian image as a base with the Havoc C2 client on top of it.
docker run --name havoc -p 127.0.0.1:5901:5901 -p 127.0.0.1:6080:6080 -d icyguider/headless-debian:havoc
Content type
Image
Digest
sha256:4979077eb…
Size
1.3 GB
Last updated
5 months ago
docker pull icyguider/headless-debian