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
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,12 @@ 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, 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,
0 commit comments