Skip to content

maksteel/selwd

Repository files navigation

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