spinlud / py-linkedin-jobs-scraper

MIT License
307 stars 84 forks source link

Explain how Dockerfile Chromedriver works #77

Closed calvinomiguel closed 5 months ago

calvinomiguel commented 6 months ago

I am trying to understand how the Dockerfile chromedrive can be used. You just put the link in there, but how exactly do i integrate in the code? A short tutorial or detailled explanation would be cool. Chromedriver: latest version tested is 119.0.6045.105 (Dockerfile)

spinlud commented 5 months ago

You don't need to integrate that in your code. It is just for reference to show on what environment the code is tested. For learning how Docker works I recommend the Docker official website or youtube, there are plenty of tutorials.