Skip to content

🐳Dockerfile for cgi providing several version of python2.7, 3.6, 3.7, 3.8 and 3.9🐍

License

Notifications You must be signed in to change notification settings

fbrousse/docker-cgi-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker(Ubuntu20.04) for cgi with python(2.7/3.6/3.7/3.8/3.9)

This is a simple python web server settings.
With this docker image, you can create simple web application with cgi.

How to use

# build image
docker build -t pycgi .
# run image
HASH=`docker run -p 8883:80 -d pycgi`
# exec container
docker exec -it $HASH /bin/bash

You can Access from the below URL after run docker container.

Allow Python version

  • 2.7
  • 3.6
  • 3.7
  • 3.8
  • 3.9

References

Licence

About

🐳Dockerfile for cgi providing several version of python2.7, 3.6, 3.7, 3.8 and 3.9🐍

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 49.9%
  • Python 39.9%
  • Shell 9.4%
  • HTML 0.8%