aboutsummaryrefslogtreecommitdiff
path: root/_posts/2021-12-25-running-golang-application-as-pid1.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2021-12-25-running-golang-application-as-pid1.md')
-rw-r--r--_posts/2021-12-25-running-golang-application-as-pid1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2021-12-25-running-golang-application-as-pid1.md b/_posts/2021-12-25-running-golang-application-as-pid1.md
index 1f67ee1..edd5a57 100644
--- a/_posts/2021-12-25-running-golang-application-as-pid1.md
+++ b/_posts/2021-12-25-running-golang-application-as-pid1.md
@@ -24,7 +24,7 @@ Really worth a read.
24If we compare a normal operating system to a unikernel side by side, they would 24If we compare a normal operating system to a unikernel side by side, they would
25look something like this. 25look something like this.
26 26
27![Virtual machines vs Containers vs Unikernels](/assets/posts/pid1/unikernels.webp) 27![Virtual machines vs Containers vs Unikernels](/assets/posts/pid1/unikernels.webp){:loading="lazy"}
28 28
29From this image, we can see how the complexity significantly decreases with 29From this image, we can see how the complexity significantly decreases with
30the use of Unikernels. This comes with a price, of course. Unikernels are hard 30the use of Unikernels. This comes with a price, of course. Unikernels are hard