Download and run docker image with headless chrome
docker run -d -p 9222:9222 --cap-add=SYS_ADMIN justinribeiro/chrome-headless
That should start up chrome headless on docker-ip:9222
That uses Chrome Remote Dev protocol which is not what selenium implements so we’ll try to use Chromedriver
Unable to find a docker file with a combination of Chrome headless + Latest Chrome driver