Skip to content

Commit d6f57ea

Browse files
committed
feat(library): Updated the README for base
Signed-off-by: Ujjwal Mahar <ujjwal.mahar01@gmail.com>
1 parent 3c9144a commit d6f57ea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

library/base/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Base Image
2+
3+
Base image is a Unikraft runtime built from [app-elfloader]() that loads and runs Linux native binaries using the [binary-compatibility mode](https://unikraft.org/docs/concepts/compatibility).
4+
5+
This directory contains the definition for the `unikraft.org/base:latest` image.
6+
7+
To run this image, [install Unikraft's companion command-line tool chain `kraft`](https://unikraft.org/docs/cli) and then you can run:
8+
9+
```
10+
kraft run unikraft.org/base:latest
11+
```

0 commit comments

Comments
 (0)