Skip to content

Commit

Permalink
docs: Add information about kraft in README
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <alex@unikraft.io>
  • Loading branch information
nderjung committed Oct 21, 2023
1 parent 8fb5cfa commit 8fb8254
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ In addition to supported applications, this repository contains templates and
examples of user-level programs built on top of runtimes that are available in
the catalog.

To get started using these pre-built Unikraft unikernel images, start by [installing the companion command-line toolchain `kraft`](https://unikraft.org/docs/cli):

```
curl --proto '=https' --tlsv1.2 -sSf https://get.kraftkit.sh | sh
```

You can view all the up-to-date images which are built in this repository directly in the CLI by running:

```
kraft pkg ls --apps --update
```

## Library

| Status | Image |
|-|-|
| ![](https://github.com/unikraft/catalog/actions/workflows/library-helloworld.yaml/badge.svg) | [`unikraft.org/helloworld:latest`](library/helloworld) |
Expand Down

0 comments on commit 8fb8254

Please sign in to comment.