Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wisehackermonkey
Copy link

as a new user this was a bit confusing.
this make the instructions a bit more clear

Signed-off-by: Oran C <oranbusiness@gmail.com>
Copy link
Member

@StefanJum StefanJum left a 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 <noreply@github.com>

@@ -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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Remove the empty line

```

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

```bash
kraft run --network virbr0 .
or
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
or
or

```

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

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants