Go to file
2025-04-03 22:57:07 +03:00
docker-compose.yml first commit 2024-11-29 04:34:34 +00:00
Dockerfile sunset 2025-04-03 22:57:07 +03:00
myrun first commit 2016-08-16 04:20:11 -04:00
README.md Update README.md 2020-08-02 17:30:30 +08:00
supervisord.conf man 2024-11-29 10:01:50 +05:00

firefox介绍

基于ubuntu:18.04 配置x11和novnc 服务和中文字体,在容器里运行firefox 游览器,已经配置支付flash播放

用法

###运行容器

docker run -d -p 5900:5900 -p 8787:8787 --name firefox lihaixin/firefox

###修改VNC密码

docker exec -it firefox /bin/sh -c "x11vnc -storepasswd VNCPASSWORD ~/.vnc/passwd"

###如何访问

firefox http://<IP>:8787

vncviewer <IP>:5900