Skip to content

thehackersbrain/archvnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch Linux (Docker Container on GCP)

Banner Image

  • 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

:1 is for 5901 and display :1 and the default password is hacker101

About

Arch Linux (Docker Container on GCP with Desktop)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published