All Projects → pyohei → docker-cgi-python

pyohei / docker-cgi-python

Licence: MIT license
🐳Docker file for cgi using python2.7, 3.6, 3.7, 3.8, 3.9 and 3.10🐍

Programming Languages

Dockerfile
14818 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to docker-cgi-python

Aioredis Py
asyncio (PEP 3156) Redis support
Stars: ✭ 2,003 (+15307.69%)
Mutual labels:  python37, python38, python39, python310
tukaan
A modern, cross platform Python toolkit for creating desktop GUI applications. Contributors are welcome!
Stars: ✭ 97 (+646.15%)
Mutual labels:  python37, python38, python39, python310
mcpyrate
Advanced macro expander and language lab for Python.
Stars: ✭ 35 (+169.23%)
Mutual labels:  python37, python38, python39, python310
flake8-annotations
Flake8 Type Annotation Checking
Stars: ✭ 117 (+800%)
Mutual labels:  python37, python38, python39, python310
prisma-client-py
Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use
Stars: ✭ 739 (+5584.62%)
Mutual labels:  python37, python38, python39, python310
aioredis-cluster
Redis Cluster support extension for aioredis
Stars: ✭ 21 (+61.54%)
Mutual labels:  python37, python38, python39
hypercorn-fastapi-docker
Docker image with Hypercorn for FastAPI apps in Python 3.7, 3.8, 3.9. Ready for HTTP2 and HTTPS
Stars: ✭ 18 (+38.46%)
Mutual labels:  python37, python38, python39
Pydantic
Data parsing and validation using Python type hints
Stars: ✭ 8,362 (+64223.08%)
Mutual labels:  python37, python38, python39
pypackage
Cookiecutter python package using Poetry, mypy, black, isort, autoflake, pytest, mkdocs, and GitHub Actions
Stars: ✭ 12 (-7.69%)
Mutual labels:  python37, python38
mutatest
Python mutation testing: test your tests! Safely run mutation trials without source code modifications and see what will get past your test suite.
Stars: ✭ 50 (+284.62%)
Mutual labels:  python37, python38
Custom-Software-For-Xiaomi-Dafang
API and panel site for Xiaomi Dafang
Stars: ✭ 36 (+176.92%)
Mutual labels:  cgi
rust-cgi
Create CGI programmes in Rust with hyper's http types
Stars: ✭ 28 (+115.38%)
Mutual labels:  cgi
go-dcgi
CGI, but with Docker containers
Stars: ✭ 12 (-7.69%)
Mutual labels:  cgi
pavlova
A python deserialisation library built on top of dataclasses
Stars: ✭ 32 (+146.15%)
Mutual labels:  python37
quickserv
Dangerously user-friendly web server for quick prototyping and hackathons
Stars: ✭ 275 (+2015.38%)
Mutual labels:  cgi
kafka-elk-docker-compose
Deploy ELK stack and kafka with docker-compose
Stars: ✭ 78 (+500%)
Mutual labels:  apache2
markdownshare.com
The code which was previously used at http://markdownshare.com/
Stars: ✭ 29 (+123.08%)
Mutual labels:  cgi
chronicle2
Chronicle is a simple blog compiler, written in Perl with minimal dependencies.
Stars: ✭ 19 (+46.15%)
Mutual labels:  cgi
bookmarks
A PySide2 based file and asset manager for animation and CG productions.
Stars: ✭ 33 (+153.85%)
Mutual labels:  cgi
trusted-cgi
Lightweight runner for lambda functions/apps in CGI like mode
Stars: ✭ 150 (+1053.85%)
Mutual labels:  cgi

Docker(Ubuntu20.04) for cgi with python(2.7/3.6/3.7/3.8/3.9/3.10)

This is a simple python web server settings.
With this docker image, you can create simple web application with cgi.

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

You can Access from the below URL after run docker container.

Allow Python version

  • 2.7
  • 3.6
  • 3.7
  • 3.8
  • 3.9
  • 3.10

References

Licence

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].