From 8b0868198f839f6543dfbc0a0d08147c16eb0e83 Mon Sep 17 00:00:00 2001 From: luisgulo Date: Sat, 24 Jun 2023 00:06:57 +0200 Subject: [PATCH] Updating Readme --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0afca20..5f50f88 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,11 @@ STEPS: 1. Clone repo -''' -git clone https://gitea.soloconlinux.org.es/DOCKER/debian-desktop.git -''' +` git clone https://gitea.soloconlinux.org.es/DOCKER/debian-desktop.git ` 2. Build image -''' -docker build --tag debian-mate:12 . -''' +` docker build --tag debian-mate:12 . ` 3. Run container with VNC port -''' -docker run -d -ti --name desktop -v /dev/:shm:/dev/shm -p 5900:5900 -p debian-mate:12 -''' - +` docker run -d -ti --name desktop -v /dev/:shm:/dev/shm -p 5900:5900 -p debian-mate:12 `