Sign inSign up

ponsfrilus/arch-novnc

By ponsfrilus

Updated over 10 years ago

Docker container running ArchLinux accessible through novnc in a browser

Image
1

2.7K

ponsfrilus/arch-novnc repository overview

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

Tag summary

Content type

Image

Digest

Size

896.2 MB

Last updated

over 10 years ago

docker pull ponsfrilus/arch-novnc