You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README.md documentation was falling behind
current Firecracker implementation. Now,
Firecracker supports AMD and ARM CPUs, and
the after the build, created binaries will
reside to a different directory than the one
specified in the current documentation.
Affected: README.md, docs/getting-started.md
Signed-off-by: iulianbarbu <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ the Linux Kernel Virtual Machine (KVM) to create and run microVMs. Firecracker
19
19
has a minimalist design. It excludes unnecessary devices and guest-facing
20
20
functionality to reduce the memory footprint and attack surface area of each
21
21
microVM. This improves security, decreases the startup time, and increases
22
-
hardware utilization. Firecracker currently supports Intel CPUs, with planned
23
-
AMD and Arm support. Firecracker will also be integrated with popular container
24
-
runtimes.
25
-
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
+
26
26
Firecracker was developed at Amazon Web Services to accelerate the speed and
27
27
efficiency of services like [AWS Lambda](https://aws.amazon.com/lambda/) and
28
28
[AWS Fargate](https://aws.amazon.com/fargate/). Firecracker is open
@@ -43,10 +43,11 @@ development container) as follows:
0 commit comments