Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 934 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 934 Bytes

Skipper 0.18

This directory contains the build definition for the unikraft.org/skipper:0.18 image.

To run this image, first install Unikraft's companion command-line toolchain kraft. After installation, you can start caddy by running the following:

kraft run -M 512M -p 9090:9090 --plat qemu --arch x86_64 unikraft.org/skipper:0.18

To test the liveliness, query the server using:

curl localhost:9090

You will get a Hello, World! message.

Building from source

To build the image locally, clone this repository and cd into this directory. Then run:

kraft build .

To run the locally built image, use:

kraft run -M 512M -p 9090:9090 .

See also