Skip to content

Commit 8e3ee74

Browse files
committed
Add more and showcase-intro tags to RustyHermit post
1 parent ba4a541 commit 8e3ee74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/showcase/rusty-hermit/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ authors = ["stlankes"]
88

99
[RustyHermit](https://github.com/hermitcore/rusty-hermit) is a unikernel, which is completely written Rust. [Unikernels](http://unikernel.org/) are application images that directly contain the kernel as a library, so they do not require an installed operating system (OS). They are typical used in virtualized environments, which build the backbone of typical cloud / edge infrastructures.
1010

11+
<!-- more -->
12+
13+
<!-- showcase-intro -->
14+
1115
## Virtualization Designs
1216

1317
Common virtualized environment based on classical **_virtual machines_**. In this case, complete machines are emulated or virtualized and common operating systems are running on both host and guest site:

0 commit comments

Comments
 (0)