docker-firefox icon indicating copy to clipboard operation
docker-firefox copied to clipboard

Multiple browsers

Open enk21 opened this issue 2 years ago • 3 comments

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

enk21 avatar Aug 26 '22 06:08 enk21

+1

I try duplicate container and exposed other port but not work

emiguerol avatar Aug 27 '22 17:08 emiguerol

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.

jlesage avatar Aug 28 '22 23:08 jlesage

and most important for each firefox instance make a different /docker/appdata/firefox

ha-8d3b05 avatar Apr 06 '23 09:04 ha-8d3b05