Skip to content

Commit

Permalink
fix(library): Update the README for node & python (#98)
Browse files Browse the repository at this point in the history
Reviewed-by: Stefan Jumarea <[email protected]>
Approved-by: Stefan Jumarea <[email protected]>
  • Loading branch information
StefanJum authored Aug 22, 2024
2 parents e429389 + 79e4048 commit bac5bf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/node/18/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This directory contains the definition for the `unikraft.org/node:18` image star
To run this image, [install Unikraft's companion command-line toolchain `kraft`](https://unikraft.org/docs/cli) and then you can run:

```console
kraft run -p 8080:8080 unikraft.org/node:18
kraft run --rm -M 512M -p 8080:8080 unikraft.org/node:18
```

Query the server using:
Expand Down
2 changes: 1 addition & 1 deletion library/node/21/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It implements a simple HTTP server running on Unikraft that provides a simple re
Use `kraft` to run the image and start a Unikraft instance:

```bash
kraft run --rm -M 512M -p 8080:8080 --plat qemu --arch x86_64 unikraft.org/node:19
kraft run --rm -M 512M -p 8080:8080 --plat qemu --arch x86_64 unikraft.org/node:21
```

If the `--plat` argument is left out, it defaults to `qemu`.
Expand Down
2 changes: 1 addition & 1 deletion library/python/3.10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This directory contains the definition for the `unikraft.org/python:3.10` image.
To run this image, [install Unikraft's companion command-line toolchain `kraft`](https://unikraft.org/docs/cli) and then you can run:

```
kraft run unikraft.org/python:3.10
kraft run --rm -M 256M unikraft.org/python:3.10
```

## See also
Expand Down
2 changes: 1 addition & 1 deletion library/python/3.12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This directory contains the definition for the `unikraft.org/python:3.12` image
To run this image, [install Unikraft's companion command-line toolchain `kraft`](https://unikraft.org/docs/cli) and then you can run:

```console
kraft run -p 8080:8080 unikraft.org/python:3.12
kraft run --rm -M 256M -p 8080:8080 unikraft.org/python:3.12
```

Query the server using:
Expand Down

0 comments on commit bac5bf6

Please sign in to comment.