Skip to content

Docker recepie for bilding rpi-raspbian-desktop with VNC

Notifications You must be signed in to change notification settings

rajr0/rpi-raspbian-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

rpi-raspbian-desktop

TO BUILD

docker build -t rajr/rpi-raspbian-desktop .

TO RUN

docker run --rm -it --name desktop -p 6901:5900 rajr/rpi-raspbian-desktop bash -c "USER=root vncserver :0 -geometry 1280x800 -depth 24 && tail -F /root/.vnc/*.log"

vncviewer rpi-ip:5900

About

Docker recepie for bilding rpi-raspbian-desktop with VNC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published