Skip to content

Commit

Permalink
Added instructions for root Update using-the-app-catalog.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Oran C <[email protected]>
  • Loading branch information
wisehackermonkey authored Aug 31, 2024
1 parent afd18c4 commit 5115a7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/guides/using-the-app-catalog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,18 @@ If, instead of port mapping, you want to use bridge networking, follow the steps

```bash
kraft net create -n 172.44.0.1/24 virbr0
or
sudo kraft net create -n 172.44.0.1/24 virbr0
```

1. Run as `root` (prefix with `sudo` if required):

```bash
kraft run --network virbr0 .
or
sudo kraft run --network virbr0 .
```

1. Query the unikernel instance:
Expand Down

0 comments on commit 5115a7a

Please sign in to comment.