Docker container running ArchLinux accessible through novnc in a browser
2.7K
Docker container running ArchLinux accessible through novnc in a browser
docker pull ponsfrilus/arch-novnc:latestdocker run --rm -p 8083:8083 -ti --name arch-novnc -e DISPLAY=:0.0 ponsfrilus/arch-novnc:latestfirefox http://localhost:8083docker build -t ponsfrilus/arch-novnc .
docker run --rm -p 8083:8083 -ti --name arch-novnc -e DISPLAY=:0.0 ponsfrilus/arch-novnc:latest
docker exec -it arch-novnc /bin/bash
Content type
Image
Digest
Size
896.2 MB
Last updated
over 10 years ago
docker pull ponsfrilus/arch-novnc