Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zmwangx/docker-selenium-python
Python 3, selenium, Chromium/chromedriver or Firefox/geckodriver.
https://github.com/zmwangx/docker-selenium-python
docker dockerfile headless-browser python selenium
Last synced: 10 days ago
JSON representation
Python 3, selenium, Chromium/chromedriver or Firefox/geckodriver.
- Host: GitHub
- URL: https://github.com/zmwangx/docker-selenium-python
- Owner: zmwangx
- Created: 2019-03-31T05:07:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T07:25:29.000Z (almost 6 years ago)
- Last Synced: 2024-11-28T17:47:27.008Z (2 months ago)
- Topics: docker, dockerfile, headless-browser, python, selenium
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/zmwangx/docker-selenium-python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-selenium-python
This repository provides images with Python 3, the `selenium` package, as well as the Chromium/chromedriver combo or the Firefox/geckodriver combo preinstalled.
```sh
docker pull zmwangx/docker-selenium-python:$TAG
```where tags are based on Python version, browser, and base image:
```
REPOSITORY TAG
zmwangx/docker-selenium-python python-3.7-firefox-alpine
zmwangx/docker-selenium-python python-3.6-firefox-alpine
zmwangx/docker-selenium-python python-3.5-firefox-alpine
zmwangx/docker-selenium-python python-3.7-firefox-slim-stretch
zmwangx/docker-selenium-python python-3.6-firefox-slim-stretch
zmwangx/docker-selenium-python python-3.5-firefox-slim-stretch
zmwangx/docker-selenium-python python-3.7-chromium-alpine
zmwangx/docker-selenium-python python-3.6-chromium-alpine
zmwangx/docker-selenium-python python-3.5-chromium-alpine
zmwangx/docker-selenium-python python-3.7-chromium-slim-stretch
zmwangx/docker-selenium-python python-3.6-chromium-slim-stretch
zmwangx/docker-selenium-python python-3.5-chromium-slim-stretch
```## Development
Run
```
./build
```to build all images.
`CHROMEDRIVER_VERSION` in `chromium/slim-stretch/Dockerfile` may need manual update to suit the Chromium version being installed.