Distroless Python Example This repository contains a sample FastAPI application packaged as a distroless Docker image. Build the image docker build -t python-distroless-server . Run the image docker run -p 8000:8000 python-distroless-server The application will be accessible at http://localhost:8000.