debian-desktop/README.md

14 lines
315 B
Markdown
Raw Normal View History

2023-06-24 00:03:41 +02:00
# DEBIAN 12 with Mate Desktop via VNC
STEPS:
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
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
3. Run container with VNC port
2023-06-24 00:06:57 +02:00
` docker run -d -ti --name desktop -v /dev/:shm:/dev/shm -p 5900:5900 -p debian-mate:12 `
2023-06-24 00:03:41 +02:00