Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wywincl/node-firefox-debug
Docker container for creating a selenium node with Firefox, only for development.
https://github.com/wywincl/node-firefox-debug
Last synced: about 2 months ago
JSON representation
Docker container for creating a selenium node with Firefox, only for development.
- Host: GitHub
- URL: https://github.com/wywincl/node-firefox-debug
- Owner: wywincl
- License: apache-2.0
- Created: 2016-08-06T11:48:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T09:43:43.000Z (over 8 years ago)
- Last Synced: 2024-10-09T15:42:46.486Z (3 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/wywincl/node-firefox-debug/
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-firefox-debug
Docker container for creating a selenium node with Firefox, only for development.[![](https://images.microbadger.com/badges/image/wywincl/node-firefox-debug.svg)](http://microbadger.com/images/wywincl/node-firefox-debug "Get your own image badge on microbadger.com")
# usage
### images
```
docker pull selenium/hubdocker pull wywincl/node-firefox-debug
```
### run
```
docker run -d -p 4444:4444 --name selenium-hub selenium/hub
docker run -d -P -p 5901:5900 --name selenium-node-firefox --link selenium-hub:hub wywincl/node-firefox-debug
```