docker-firefox
docker-firefox copied to clipboard
Multiple browsers
Is it possible to have a new browser session each time the url is called? Currently, if I open another browser, they both display the same browser session. Thanks
+1
I try duplicate container and exposed other port but not work
The container is running a single instance of Firefox. So when you connect from multiple browsers, you are accessing the same instance.
If you want/need multiple Firefox instances, you need to have multiple instances of the container. Just make sure that for each instance, port 5800 is mapped to a different port of the host.
and most important for each firefox instance make a different /docker/appdata/firefox