Docker image to run Python Selenium with Chromium on Raspberry Pi
- Install Docker on Raspberry Pi
- Clone this repo
- Build the docker image locally by running:
sh build.sh
- Test the image by running the command:
docker run --rm -w /usr/workspace -v $(pwd):/usr/workspace raspberry-pi-chromium-webdriver python test.py