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
Content type
Image
Digest
sha256:5b7af14b4…
Size
380.2 MB
Last updated
about 4 years ago
docker pull tukiyo3/novnc