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

Passing an URL

Open rponline345 opened this issue 2 years ago • 3 comments

Hello,

is possible to pass an start URL, which will be loaded in the container on startup ?

Regards, Robert

rponline345 avatar Mar 23 '22 15:03 rponline345

-e FF_HOME_PAGE=https://google.com

JamesYuan avatar Jul 04 '22 08:07 JamesYuan

This is not working for me at all. I pass in the -e and nothing happens.

Here is my cmd

docker run -d --name=firefox -p 5800:5800 -v /docker/appdata/firefox:/config:rw --shm-size 2g -e FF_HOME_PAGE=https://www.google.com jlesage/firefox

MysticNynja avatar Aug 11 '22 16:08 MysticNynja

-e "FF_PREF_WELCOME_URL=startup.homepage_welcome_url=\"https://google.com\""

enk21 avatar Aug 26 '22 06:08 enk21

Implemented in latest image.

jlesage avatar Oct 10 '22 03:10 jlesage