Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 549 Bytes

arch-novnc

Docker container running ArchLinux accessible through novnc in a browser

How To

With Docker Hub

  • docker pull ponsfrilus/arch-novnc:latest
  • docker run --rm -p 8083:8083 -ti --name arch-novnc -e DISPLAY=:0.0 ponsfrilus/arch-novnc:latest
  • firefox http://localhost:8083

Build the container

docker build -t ponsfrilus/arch-novnc .

Run the container

docker run --rm -p 8083:8083 -ti --name arch-novnc -e DISPLAY=:0.0 ponsfrilus/arch-novnc:latest

Dive into the container

docker exec -it arch-novnc /bin/bash