diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index a3c97361..e6079400 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -102,6 +102,11 @@ $link-color: $light-link; } } +blockquote { + border-left: 2px solid $tan; + padding-left: 1em; +} + .featured-figure { background-color: rgba(0,0,0,0.05); border-radius: 4px; diff --git a/content/en/faqitems/project-1-bottlerocket-and-firecracker.markdown b/content/en/faqitems/project-1-bottlerocket-and-firecracker.markdown new file mode 100644 index 00000000..8abad543 --- /dev/null +++ b/content/en/faqitems/project-1-bottlerocket-and-firecracker.markdown @@ -0,0 +1,16 @@ ++++ +question = "What's the difference between Firecracker and Bottlerocket?" +group = "Project" ++++ + +Quite a lot! +[Firecracker](https://firecracker-microvm.github.io/) is a *virtualization* technology and Bottlerocket is an *operating system*. From the [Firecracker FAQ](https://firecracker-microvm.github.io/#faq): + +> Firecracker is an alternative to QEMU that is purpose-built for running serverless functions and containers safely and efficiently, and nothing more. + +Bottlerocket does not uses Firecracker. +Bottlerocket and Firecracker actually have very little in common except they: + +* are open source projects started at AWS, +* use the Rust programming language, +* have names related to fireworks.