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

docs/faq: Update FAQs list #391

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions content/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,44 @@ description: |
>
A function in the initialization table failed.
</FaqItem>
<FaqItem
question="Can I use Unikraft code in commercial products?"
>
Yes. Unikraft uses a [BSD-3 license](https://opensource.org/licenses/BSD-3-Clause), which allows use in commercial products.
</FaqItem>
<FaqItem
question="Can Unikraft run bare metal?"
>
Currently no, but support for running bare-metal on [RasberryPI](https://www.raspberrypi.org/) is being worked on.
</FaqItem>
<FaqItem
question="I want to join the Unikraft community as a contributor. What do I do?"
>
First, join our community server on [Discord](https://bit.ly/UnikraftDiscord).
Then, send a Pull Request, if you already have an idea of contribution, or ask the community for some contribuition ideas.
For more details, see the [Contributing](/docs/contributing/) section.
</FaqItem>
<FaqItem
question="I was assigned a reviewer to a pull request. What do I do?"
>
Make sure you understand the work that was submitted.
If you have questions, ask the author.
Make sure the submitted changes follow the [coding-style](/docs/contributing/coding-conventions/) standards.
Then follow the [Reviewing](/docs/contributing/review-process/) documentation to approve the Pull Request.
</FaqItem>
<FaqItem
question="Some steps fail when trying to build - run a Unikraft application."
>
First, ask in the community about the problem you encountered.
Most of the time, the issues are common, and known in the community.
You can also do some debugging on your own.
For details, see the [Debugging](/docs/internals/debugging/) section.
</FaqItem>
<FaqItem
question="Why Unikraft and not a container?"
>
Unikraft is lightweight, faster than a container, while having the security of a virtual machine.
Best of both worlds.
For more details, see the [Performance](/docs/concepts/performance/) and [Security](/docs/concepts/security/) sections.
</FaqItem>
</FaqList>
Loading