Sign inSign up

xaviblanes/sps

By xaviblanes

Updated 10 months ago

Python-Alpine HTTP Server

Image
Web servers
0

1.1K

xaviblanes/sps repository overview

Alpine Python

Python-Alpine HTTP Server is Running

Your lightweight Python server is up and operational.

About Python

Python is a powerful, high-level programming language known for its readability and broad ecosystem of libraries. It is widely used for web development, automation, data science, machine learning, scripting, and more.

- Version used in this container: Python 3.x - Includes a built-in HTTP server module - Ideal for quick tests, development tools, and lightweight services

About Alpine Linux

Alpine Linux is an ultra-lightweight, security-oriented Linux distribution commonly used in container environments. Its small footprint makes it a perfect choice for minimal Docker images.

- Extremely small image size (5 MB base) - Musl libc and BusyBox based - Optimized for security and performance

Server Status

The HTTP server was launched using python -m http.server and is currently serving static content from its working directory.

Access this page to verify that the container is functioning as expected.

Quickstart

$ sudo docker run -d -p 80:8000 xaviblanes/sps

Try it al http://localhost

Tag summary

Content type

Image

Digest

sha256:9ad7b5dea

Size

17.8 MB

Last updated

10 months ago

docker pull xaviblanes/sps