Sign inSign up

manishka/selwd

By manishka

Updated about 9 years ago

selenium python firefox docker

Image
0

186

manishka/selwd repository overview

selwd

selenium with docker

  1. Clone the repo
$ git clone https://github.com/maksteel/selwd.git
  1. Configure the project
$ cd selwd
$ cp sample_config.ini config.ini
$ nano config.ini OR vi config.ini
  1. Build docker image
$ docker build --build-arg config_file=config.ini -t manishka/selwd:latest .
  1. Run the docker image
$ docker run -d manishka/selwd:latest

Tag summary

Content type

Image

Digest

Size

275.5 MB

Last updated

about 9 years ago

docker pull manishka/selwd