From d6f57ea0c0c74388180513fed8c2c8c5375137c9 Mon Sep 17 00:00:00 2001 From: Ujjwal Mahar Date: Mon, 11 Mar 2024 11:45:20 +0530 Subject: [PATCH 1/2] feat(library): Updated the README for base Signed-off-by: Ujjwal Mahar --- library/base/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 library/base/README.md diff --git a/library/base/README.md b/library/base/README.md new file mode 100644 index 00000000..5dffe5c3 --- /dev/null +++ b/library/base/README.md @@ -0,0 +1,11 @@ +# Base Image + +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). + +This directory contains the definition for the `unikraft.org/base:latest` image. + +To run this image, [install Unikraft's companion command-line tool chain `kraft`](https://unikraft.org/docs/cli) and then you can run: + +``` +kraft run unikraft.org/base:latest +``` From 300f2b086da943fff1abf78a10e47fd5bc4ced5d Mon Sep 17 00:00:00 2001 From: Ujjwal Mahar <111011580+UjjwalMahar@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:31:32 +0530 Subject: [PATCH 2/2] Update library/base/README.md Co-authored-by: Stefan Jumarea Signed-off-by: Ujjwal Mahar <111011580+UjjwalMahar@users.noreply.github.com> --- library/base/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/base/README.md b/library/base/README.md index 5dffe5c3..37630fa4 100644 --- a/library/base/README.md +++ b/library/base/README.md @@ -1,6 +1,6 @@ # Base Image -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). +Base image is a Unikraft runtime built from [app-elfloader](https://github.com/unikraft/app-elfloader/) that loads and runs Linux native binaries using the [binary-compatibility mode](https://unikraft.org/docs/concepts/compatibility). This directory contains the definition for the `unikraft.org/base:latest` image.