debian-desktop/README.md

18 lines
380 B
Markdown
Raw Normal View History

2023-06-24 00:03:41 +02:00
# DEBIAN 12 with Mate Desktop via VNC
STEPS:
2023-06-24 00:09:10 +02:00
1. Clone repo:
2023-06-24 00:06:57 +02:00
` git clone https://gitea.soloconlinux.org.es/DOCKER/debian-desktop.git `
2023-06-24 00:03:41 +02:00
2023-06-24 00:09:10 +02:00
2. Build image:
2023-06-24 00:06:57 +02:00
` docker build --tag debian-mate:12 . `
2023-06-24 00:03:41 +02:00
2023-06-24 00:09:10 +02:00
3. Run container with VNC port:
2023-06-24 00:36:18 +02:00
` docker run -d -ti --name desktop -v /dev/shm:/dev/shm -p 5901:5901 -p debian-mate:12 `
2023-06-24 00:03:41 +02:00
2023-06-24 00:09:10 +02:00
4. Connect with VNC Client/Viewer in your new Debian Desktop