Skip to content

Commit 7d9d500

Browse files
eybergIan Eyberg
andauthored
adding getting started quick start && updating FAQ (#1609)
Co-authored-by: Ian Eyberg <[email protected]>
1 parent 51a39ec commit 7d9d500

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

FAQ.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,20 @@ Q: Do you support multiple processes?
88

99
A: No and no intention.
1010

11+
Q: Do you support multiple threads?
12+
13+
A: Yes.
14+
1115
Q: Do you support ARM?
1216

13-
A: Not today although it's not out of the question for the future.
17+
A: We do somewhat. Today Nanos can run on the RPI4.
18+
19+
[https://nanovms.com/dev/tutorials/nanos-on-64-bit-arm](https://nanovms.com/dev/tutorials/nanos-on-64-bit-arm)
1420

1521
Q: Do you run in kubernetes?
1622

17-
A: You could probably hack Nanos into something like Virtlet but it's
18-
not wise nor supported.
23+
A: You can but you'll want to have access to virtualization as
24+
kubernetes is maily used for containers not vms. For more information
25+
check out [https://nanovms.gitbook.io/ops/k8s](https://nanovms.gitbook.io/ops/k8s) .
26+
27+
Have other questions? Check out the [FAQ](https://nanos.org/faq) on the official Nanos website.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ Read more about the Nanos Charter [here](CHARTER.md).
1919
Please use the [ops](https://ops.city) orchestrator to run your applications with Nanos unless you plan on hacking on Nanos itself.
2020
Many ready-to-use examples for running applications on Nanos using ops are available [here](https://github.com/nanovms/ops-examples).
2121

22+
#### Quick Start
23+
24+
Install ops && nanos:
25+
26+
```
27+
curl https://ops.city/get.sh -sSfL | sh
28+
```
29+
30+
![Demo](doc/demo.gif)
31+
2232
### Building/Running
2333

2434
It is highly encouraged to use [ops](https://github.com/nanovms/ops) to build and run your applications using Nanos unless you are planning

doc/demo.gif

1.39 MB
Loading

0 commit comments

Comments
 (0)