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)
1
+ # Docker(Ubuntu18.04) for cgi with python(2.7/3.6/3.7/3.8 )
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.
@@ -20,12 +20,14 @@ You can Access from the below URL after run docker container.
20
20
* Python2.7 ... [ http://localhost:8883/cgi-bin2/py27.cgi ] ( http://localhost:8883/cgi-bin2/py27.cgi )
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
+ * Python3.8 ... [ http://localhost:8883/cgi-bin2/py38.cgi ] ( http://localhost:8883/cgi-bin2/py38.cgi )
23
24
24
25
## Allow Python version
25
26
26
27
* 2.7
27
28
* 3.6
28
29
* 3.7
30
+ * 3.8
29
31
30
32
### References
31
33
You can’t perform that action at this time.
0 commit comments