It is easy to create multiple gui browers in your server, provided to people for different usage,such as office vpn,integrated with v2ray for pc beginner.
- Running in container,already test in docker.
- Multiple container in the same node.
- Docker server is installed.
// firefox
docker run -p 6080:6080 -d -e PASSWD=123456 igzhang/vnc_brower:firefox
Then open brower
http://{your ip}:6080/vnc.html
You can find more in file docker-compose.yml
ENV
- PASSWD: your vnc login password.
- ALL_PROXY: linux proxy can affect brower.
Persistence
-v /{path_user_data}:/root/.mozilla