Skip to content

This runs a python script with selenium in a docker container.

Notifications You must be signed in to change notification settings

ahamed730/python-selenium-container

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-selenium-container-template

Build Status

how to use with other projects

You can use the following as a base image

https://hub.docker.com/r/popcor255/python-selenium-container

build and run with docker

  1. docker build -t bot .
  2. docker run -it bot

run locally

Note: Selenium and Python must be installed

  1. pip install -r requirements.txt
  2. python app/app.py

If you have docker compose you can run the following script ./hack/scripts/run.sh

About

This runs a python script with selenium in a docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.0%
  • Dockerfile 32.1%
  • Python 7.9%