docker cgi python
Ubuntu20.04 support
This is a simple python web server settings.
With this docker image, you can create simple web application with cgi.
# build image
docker build -t pycgi .
# run image
HASH=`docker run -p 8883:80 -d pycgi`
# exec container
docker exec -it $HASH /bin/bashYou can Access from the below URL after run docker container.