Skip to content

codingforentrepreneurs/docker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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

Python 3.9 Webapp with Cassandra Driver

FROM codingforentrepreneurs/python:3.9-webapp-cassandra

Python 3.9 Webapp with Cassandra Driver & Selenium

FROM codingforentrepreneurs/python:3.9-webapp-cassandra-selenium

About

Dockerfiles for various python configurations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published