Sign inSign up

sleechengn/novnc

By sleechengn

Updated almost 3 years ago

Image
0

235

sleechengn/novnc repository overview

重要设置

将VNC Server代理为Web的novnc,可以用Web访问vnc server

latest为原始项目

fix-cursor为修改项目,如果鼠示不显示就用这个

以下环境变量重要设置必须设置

环境变量

变量名:vnc

指向一个vnc server,如192.168.1.1:5900

docker将开放80端口,web访问vnc

docker compose参考

networks:
  lan:
    external: true
    name: "lan"
services:
  webvnc_proxy_167:
    container_name: "webvnc_proxy_167"
    hostname: "webvnc_proxy_167"
    image: "sleechengn/novnc:latest"
    restart: always
    environment:
      vnc: "192.168.13.168:5900"
    networks:
      lan:
        ipv4_address: 192.168.13.167

Tag summary

Content type

Image

Digest

sha256:af693cb93

Size

157.8 MB

Last updated

almost 3 years ago

docker pull sleechengn/novnc