Hey RobCherry, thanks for setting up this image. I wanted to be able to pass arbitrary cli args to chromedriver, so I've added this functionality via a new environment variable CHROMEDRIVER_EXTRA_ARGS.
Usage: docker run -e CHROMEDRIVER_EXTRA_ARGS="--foo --bar --whatever" robcherry/docker-chromedriver
Hey RobCherry, thanks for setting up this image. I wanted to be able to pass arbitrary cli args to chromedriver, so I've added this functionality via a new environment variable
CHROMEDRIVER_EXTRA_ARGS
.Usage:
docker run -e CHROMEDRIVER_EXTRA_ARGS="--foo --bar --whatever" robcherry/docker-chromedriver