Skip to content
 
 

Latest commit

 

History

51 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages