File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed 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 )
2
2
3
3
This is a simple python web server settings.
4
4
With 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.
21
21
* Python3.6 ... [ http://localhost:8883/cgi-bin2/py36.cgi ] ( http://localhost:8883/cgi-bin2/py36.cgi )
22
22
* Python3.7 ... [ http://localhost:8883/cgi-bin2/py37.cgi ] ( http://localhost:8883/cgi-bin2/py37.cgi )
23
23
* 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 )
24
25
25
26
## Allow Python version
26
27
27
28
* 2.7
28
29
* 3.6
29
30
* 3.7
30
31
* 3.8
32
+ * 3.9
31
33
32
34
### References
33
35
You can’t perform that action at this time.
0 commit comments