Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 750 Bytes

File metadata and controls

29 lines (16 loc) · 750 Bytes

Docker Python

Dockerfiles for various python configurations. View this on Dockerhub at codingforentrepreneurs/python.

Using our pre-built images:

Our long term goal is to have images that make it more effecient to bootup a docker-based python application. See ways to improve? Please submit a pull request.

Python 3.9 Webapp wuth Selenium & Chromedriver

FROM codingforentrepreneurs/python:3.9-webapp-selenium

Python 3.9 Webapp with Chromedriver (no selenium)

FROM codingforentrepreneurs/python:3.9-webapp-chromedriver

Python 3.9 Webapp Slim

FROM codingforentrepreneurs/python:3.9-webapp-slim