Skip to content

A headless GNU/Linux Ubuntu machine in a container through a web desktop in a browser

License

Notifications You must be signed in to change notification settings

AAAI-DISIM-UnivAQ/novnc-ubuntu-arm64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

novnc-ubuntu-arm64

A headless GNU/Linux Ubuntu machine in a container through a web desktop in a browser.

It runs smoothly on a Apple M1 with Docker

BUILD

git clone https://github.com/giodegas/novnc-ubuntu-arm64.git
cd novnc-ubuntu-arm64
docker build -t giodegas/novnc-ubuntu-arm64 .

RUN

docker run -d -p 8080:80 --name novnc -v /dev/shm:/dev/shm giodegas/novnc-ubuntu-arm64

connect with the browser to:

http://localhost:8080

Screenshot of Safari in macOS Monterrey 12.1 with M1 CPU Screenshot of Safari in macOS Monterrey 12.1 with M1 CPU

Derived from:

About

A headless GNU/Linux Ubuntu machine in a container through a web desktop in a browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%