@Jerusalem分享一个在vps上部署firefox浏览器的docker项目 中发帖

https://hub.docker.com/r/jlesage/firefox 
docker run -d
–name=firefox
-p 5800:5800
-v /docker/appdata/firefox:/config:rw
jlesage/firefox
浏览器访问http://ip:5800就可以进入firefox浏览器直接访问l站了 :lark_131: