Selenium Crawler #2: Docker Bridge Network
In the previous post we set up a scraper template which used Selenium on Docker via the host network. Now we’re going to do essentially the same thing but using a bridge network.
Default Network We’ll start by using Docker’s default bridge network.
docker network ls NETWORK ...
