Skip to content

A full functional ubuntu desktop with chrome & tor browsers

Notifications You must be signed in to change notification settings

yaniveliash/desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building the container

docker build -t desktop:latest .

Run as normal browser:

docker run -d -P desktop:latest

Run with TOR support

docker run -d -P -e TOR=True desktop:latest

Access

http://<HOST_IP>:<PORT>/vnc_auto.html?autoconnect=1&autoscale=1

Additional variables

You can pass $LANGUAGES with the language codes (i.e. en,il,ru,zh-CN) to enable input languages in your system

The included noVNC repo has been cloned from : https://github.com/novnc/noVNC

About

A full functional ubuntu desktop with chrome & tor browsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published