jlesage / docker-firefox

Docker container for Firefox
MIT License
1.61k stars 288 forks source link

VNC_PASSWORD does not work for 2 and more instances #150

Closed EvgeniyDoctor closed 1 year ago

EvgeniyDoctor commented 1 year ago

I need to create multiple instances of firefox with VNC_PASSWORD but they do not work. If i run second firefox with VNC_PASSWORD, it tells me that firefox is already in use, and the first one show the password field again. I don't know ahead of time how much instances i will need, so different config dirs is not an option.

To reproduce:

Firefox v107.0.1-r1 Docker Image v22.12.2

jlesage commented 1 year ago

The /config folder is not meant to be shared across different container instances.

Is it mandatory that you map the /config folder ?

EvgeniyDoctor commented 1 year ago

I already solved this.