File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,20 @@ Q: Do you support multiple processes?
8
8
9
9
A: No and no intention.
10
10
11
+ Q: Do you support multiple threads?
12
+
13
+ A: Yes.
14
+
11
15
Q: Do you support ARM?
12
16
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 )
14
20
15
21
Q: Do you run in kubernetes?
16
22
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.
Original file line number Diff line number Diff line change @@ -19,6 +19,16 @@ Read more about the Nanos Charter [here](CHARTER.md).
19
19
Please use the [ ops] ( https://ops.city ) orchestrator to run your applications with Nanos unless you plan on hacking on Nanos itself.
20
20
Many ready-to-use examples for running applications on Nanos using ops are available [ here] ( https://github.com/nanovms/ops-examples ) .
21
21
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
+
22
32
### Building/Running
23
33
24
34
It is highly encouraged to use [ ops] ( https://github.com/nanovms/ops ) to build and run your applications using Nanos unless you are planning
You can’t perform that action at this time.
0 commit comments