Skip to content

Docker container running ArchLinux accessible through novnc in a browser

Notifications You must be signed in to change notification settings

jim3692/arch-novnc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arch-novnc

Docker container running ArchLinux accessible through novnc in a browser

Last rebuild: 14/6/2024

How To

With Docker Hub

  • docker pull ghcr.io/jim3692/arch-novnc:latest
  • docker run --rm -p 8083:8083 -ti --name arch-novnc ghcr.io/jim3692/arch-novnc:latest
  • firefox http://localhost:8083/vnc.html

Build the container

docker build -t ghcr.io/jim3692/arch-novnc .

Run the container

docker run --rm -p 8083:8083 -ti --name arch-novnc ghcr.io/jim3692/arch-novnc:latest

Dive into the container

docker exec -it arch-novnc /bin/bash

About

Docker container running ArchLinux accessible through novnc in a browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 82.1%
  • Shell 17.9%