https://github.com/zachomedia/selenium
Docker image to install and configure Selenium with Selenium Grid.
https://github.com/zachomedia/selenium
Last synced: about 1 year ago
JSON representation
Docker image to install and configure Selenium with Selenium Grid.
- Host: GitHub
- URL: https://github.com/zachomedia/selenium
- Owner: zachomedia
- Created: 2017-11-27T19:39:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T20:07:31.000Z (over 8 years ago)
- Last Synced: 2025-02-08T01:35:54.908Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Selenium
========
[][dockerhub]
Docker image to install and configure Selenium with Selenium Grid.
## Docker Commands
Common Docker commands you can issue to this container:
### Docker Build
```
docker build -t drupalcomposer/selenium:latest .
```
### Docker Run
```
docker run -d \
drupalcomposer/selenium
```
[dockerhub]: https://hub.docker.com/r/drupalcomposer/selenium/