Skip to content

Commit 72c077d

Browse files
raduweissacatangiu
authored andcommitted
docs: mention Ignite and swap "Beta" for "Preview"
Signed-off-by: Radu Weiss <[email protected]>
1 parent 4f42a7e commit 72c077d

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ the Linux Kernel Virtual Machine (KVM) to create and run microVMs. Firecracker
1919
has a minimalist design. It excludes unnecessary devices and guest-facing
2020
functionality to reduce the memory footprint and attack surface area of each
2121
microVM. This improves security, decreases the startup time, and increases
22-
hardware utilization. Firecracker currently supports Intel, AMD (beta) and Arm
23-
(beta) CPUs. Firecracker can also be integrated in container runtimes. Checkout
24-
[Kata Containers with Firecracker.](https://github.com/kata-containers/documentation/wiki/Initial-release-of-Kata-Containers-with-Firecracker-support)
25-
22+
hardware utilization. Firecracker currently supports Intel, AMD (preview) and
23+
Arm (preview) CPUs. Firecracker has also been integrated in container runtimes,
24+
for example
25+
[Kata Containers](https://github.com/kata-containers/documentation/wiki/Initial-release-of-Kata-Containers-with-Firecracker-support)
26+
and [Weaveworks Ignite](https://github.com/weaveworks/ignite).
27+
2628
Firecracker was developed at Amazon Web Services to accelerate the speed and
2729
efficiency of services like [AWS Lambda](https://aws.amazon.com/lambda/) and
2830
[AWS Fargate](https://aws.amazon.com/fargate/). Firecracker is open
@@ -34,7 +36,8 @@ To read more about Firecracker, check out
3436
## Getting Started
3537

3638
To get started with Firecracker, download the latest
37-
[release](https://github.com/firecracker-microvm/firecracker/releases) binaries or build it from source.
39+
[release](https://github.com/firecracker-microvm/firecracker/releases) binaries
40+
or build it from source.
3841

3942
You can build Firecracker on any system that has Docker running (we use a
4043
development container) as follows:
@@ -46,8 +49,9 @@ tools/devtool build
4649
toolchain="$(uname -m)-unkown-linux-musl"
4750
```
4851

49-
The Firecracker binary will be placed at `build/cargo_target/${toolchain}/debug/firecracker`.
50-
For more information on building, testing, and running Firecracker, go to the
52+
The Firecracker binary will be placed at
53+
`build/cargo_target/${toolchain}/debug/firecracker`. For more information on
54+
building, testing, and running Firecracker, go to the
5155
[quickstart guide](docs/getting-started.md).
5256

5357
The overall security of Firecracker microVMs, including the ability to meet the

0 commit comments

Comments
 (0)