Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 261 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 261 Bytes

docker-selenium-python

Just what it is, a Dockerfile for running python + selenium in a container

Usage

  • Clone this
  • Open a shell in the cloned folder
  • Build an image with docker build -t testroutine .
  • Run it with docker run testroutine