- On GCP Console
git clone https://github.com/thehackersbrain/archvnc.git && cd archvnc
docker build -t archvnc .
docker run --network host -it archvnc /bin/zsh- From Docker Container
vncserver :1 # to start the server- For stopping the docker image
docker ps # for getting all running containers
docker stop <image-id> # for stopping the image
# or
docker kill <image-id> # for graceful killing image- On VNCView Machine
vncviewer <ip>:1
:1is for 5901 and display:1and the default password ishacker101
