File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Docker(Ubuntu18.04) for cgi with python(2.7/3.6/3.7/3.8)
1+ # Docker(Ubuntu18.04) for cgi with python(2.7/3.6/3.7/3.8/3.9 )
22
33This is a simple python web server settings.
44With this docker image, you can create simple web application with cgi.
@@ -21,13 +21,15 @@ You can Access from the below URL after run docker container.
2121* Python3.6 ... [ http://localhost:8883/cgi-bin2/py36.cgi ] ( http://localhost:8883/cgi-bin2/py36.cgi )
2222* Python3.7 ... [ http://localhost:8883/cgi-bin2/py37.cgi ] ( http://localhost:8883/cgi-bin2/py37.cgi )
2323* Python3.8 ... [ http://localhost:8883/cgi-bin2/py38.cgi ] ( http://localhost:8883/cgi-bin2/py38.cgi )
24+ * Python3.9 ... [ http://localhost:8883/cgi-bin2/py39.cgi ] ( http://localhost:8883/cgi-bin2/py39.cgi )
2425
2526## Allow Python version
2627
2728* 2.7
2829* 3.6
2930* 3.7
3031* 3.8
32+ * 3.9
3133
3234### References
3335
You can’t perform that action at this time.
0 commit comments