This directory contains the definition for the unikraft.org/python:3.12
image starting a simple HTTP server.
To run this image, install Unikraft's companion command-line toolchain kraft
and then you can run:
kraft run --rm -M 256M -p 8080:8080 unikraft.org/python:3.12
Query the server using:
curl localhost:8080
You will get a Hello, World!
message.