This directory contains the definition for the unikraft.org/nginx:1.25
image running Nginx.
To run this image, install Unikraft's companion command-line toolchain kraft
and then you can run:
kraft run -p 8080:80 unikraft.org/nginx:1.25
Query the server using:
curl localhost:8080
You will get a simple index web page from Nginx.