Sign inSign up

tukiyo3/novnc

By tukiyo3

•Updated about 4 years ago

icewm,brave,ubuntu22.04

Image
0

1.2K

tukiyo3/novnc repository overview

⁠icewm, brave-browser, ubuntu22.04

⁠起動

docker run -d \
 --privileged -it \
 --name=novnc \
 --hostname=novnc \
 --restart=always \
 -w /home/docker \
 -p 80:80 \
 --name=novnc tukiyo3/novnc:latest

もしくは VNCサーバーに直接接続

docker run -p 127.0.0.1:5900:5900 -it tukiyo3/novnc

⁠ローカルのファイルを起動時に表示する方法

docker run -it -d \
 --restart=always \
 -p 127.0.0.1:5900:5900 \
 -e URL=file:///home/docker/index.html \
 -v $(pwd)/index.html:/home/docker/index.html \
 tukiyo3/novnc
vncviewer localhost

Tag summary

Content type

Image

Digest

sha256:5b7af14b4…

Size

380.2 MB

Last updated

about 4 years ago

docker pull tukiyo3/novnc