Debian 12 with Desktop Environment: Mate Desktop
Find a file
2023-06-24 02:08:04 +02:00
Dockerfile Adjust resolution 2023-06-24 02:00:44 +02:00
entrypoint.sh Adjust resolution 2023-06-24 02:00:44 +02:00
README.md Update README 2023-06-24 02:08:04 +02:00

DEBIAN 12 with Mate Desktop via VNC

STEPS:

  1. Clone repo:

git clone https://gitea.soloconlinux.org.es/DOCKER/debian-desktop.git

  1. Build image:

docker build --tag debian-mate:12 .

  1. Run container with VNC port:

docker run -d -ti --name desktop -v /dev/shm:/dev/shm -p 5901:5901 debian-mate:12

  1. Connect with VNC Client/Viewer in your new Debian Desktop Container

4.1. Obtain IP of container:

docker exec -ti desktop tail -1 /etc/hosts|awk '{print $1}'

4.2. Launch vncviewer (With IP of Container) in Display number 1:

vncviewer IP-Container:1