Skip to content

web-engineering-tuwien/docker-cgi-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker (Ubuntu18.04) for cgi with python 3.8

With this docker image, you can create simple web server with CGI. (This is an adapted - stripped down - version, originally from Shohei Mukai)

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

OR: use convenience scripts build.sh and run.sh

You can access from the below URL after running the docker container.

Original Licence

About

🐳Dockerfile for cgi using python 3.8🐍

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.2%
  • Dockerfile 21.1%
  • Shell 13.2%
  • HTML 0.5%