This directory contains the definition for the unikraft.org/node:18 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 512M -p 8080:8080 unikraft.org/node:18Query the server using:
curl localhost:8080You will get a Hello, World! message.