
Your lightweight Python server is up and operational.
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 servicesAlpine 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 performanceThe 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.
$ sudo docker run -d -p 80:8000 xaviblanes/sps
Content type
Image
Digest
sha256:9ad7b5dea…
Size
17.8 MB
Last updated
10 months ago
docker pull xaviblanes/sps