jlesage / docker-firefox

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

Predefined Search term #122

Closed ghost closed 1 year ago

ghost commented 2 years ago

Is there any way we can automatically open a particular search term in the firefox docker

can anyone provide me with some help?

Each and every time whenever I run the docker image, I should be able to send a search term to search in the docker browser automatically when the browser opens

jlesage commented 1 year ago

Do you know how this is done with a "normal" (non-docker) Firefox ?

jlesage commented 1 year ago

Are you talking about the --search <term> parameter ?

ghost commented 1 year ago

I solved this issue by changing the environmental variable for the homepage in firefox with my custom link

So every time I open firefox, instead of the default firefox homepage, my link gets open.

jlesage commented 1 year ago

Ok, thanks for the update.