jlesage / docker-firefox

Docker container for Firefox
MIT License
1.42k stars 267 forks source link

Open Range Port #126

Closed jamuanfc closed 2 years ago

jamuanfc commented 2 years ago

Hi,

Lets say I have 100 users, is it possible to open range port 5800 to 5899 for docker firefox?

So user1 gets 5800, user2 gets 5801, user3 gets 5802 and so on.

Thanks..

jlesage commented 2 years ago

I guess that you want each user to have their own Firefox instance. In this case, you need to create a container for each user and map port 5800 to a different port on the host.

jamuanfc commented 2 years ago

thanks