-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added instructions for root Update using-the-app-catalog.mdx #456
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Oran C <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @wisehackermonkey. Besides the comments, use your full name for the author, committer and sign-off fields.
Before committing, do git config --global user.name
and user.email
. Right now the committer shows up as: Commit: GitHub <[email protected]>
@@ -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 | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the empty line
``` | ||
|
||
1. Run as `root` (prefix with `sudo` if required): | ||
|
||
```bash | ||
kraft run --network virbr0 . | ||
or |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or | |
or |
``` | ||
|
||
1. Run as `root` (prefix with `sudo` if required): | ||
|
||
```bash | ||
kraft run --network virbr0 . | ||
or | ||
sudo kraft run --network virbr0 . | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as a new user this was a bit confusing.
this make the instructions a bit more clear