Chris McMahon
Chris McMahon
@gknepper I need to do exactly this for Firefox, and you seem to have found the only way. When starting the first time, Firefox will create a file 'profiles.ini' http://kb.mozillazine.org/Profiles.ini_file...
Hahaha, I understand! Do you think it would be possible to do for example ADD /home/seluser/.mozilla/profiles.ini (POINTS TO CUSTOM PROFILE 'myprofile.default-release) ADD /home/seluser/.mozilla/profiles/myprofile.default-release/cert9.db ADD /home/seluser/.mozilla/profiles/myprofile.default-release/prefs.js and would it require adding...
I am still learning about docker-selenium, but it seems to me that doing ADD profile.ini /home/seluser/.mozilla/profiles.ini ADD cert9.db /home/seluser/.mozilla/profiles/myprofile.default-release/cert9.db ADD prefs.js /home/seluser/.mozilla/profiles/myprofile.default-release/prefs.js might work. I'll try that soon.
@gknepper I have done exactly what you have done and created a .tar.gz file for an entire .mozilla directory in Ubuntu. Is is true that the way you use this...
@gknepper thanks again, you are saving me a lot of time! So I think that if I had a Dockerfile that looks like ``` FROM elgalu/selenium USER seluser ADD ffprofile.tar.gz...
Something is going wrong with this process, I think I have a misunderstanding... On a Ubuntu system I installed Firefox, installed a certificate and changed Preferences. I did 'tar -czvf'...
Yes, my .ffprofile.tar.gz has all the regular .mozilla files and directories plus the changes that I made. The fs in firefox_grid_1 has nothing from there after running 'docker build'. I...
I looked for the string "docker image" and I don't seem to be using it anywhere. grep -r 'docker image' * Binary file dockerfilesystem/foo.tar matches dockerfilesystem/test/bef:docker images selenium dockerfilesystem/test/before_install_build:docker images...
Thank you! I think I must have missed that Step 3. docker images REPOSITORY TAG IMAGE ID CREATED SIZE 39a865d6854c About an hour ago 1.47 GB docker.io/elgalu/selenium latest cf706845a6b0 5...
docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d6c034f6560c elgalu/selenium "entry.sh" About an hour ago Up About an hour grid_firefox_1 bf00c79969b5 elgalu/selenium "entry.sh" About an hour ago Up...