Updating Readme
This commit is contained in:
parent
d6edf4b0ad
commit
8b0868198f
1 changed files with 3 additions and 10 deletions
13
README.md
13
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 `
|
||||
|
||||
|
|
Loading…
Reference in a new issue