aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-12-25-running-golang-application-as-pid1.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 13:48:54 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 13:48:54 +0100
commitfd3a6a3730d4078f6be4239a9c24c9747ef9d555 (patch)
tree074768d86f2d00c4c84410c61e71f5c55e08dc4c /content/posts/2021-12-25-running-golang-application-as-pid1.md
parent7155ee3591cf1e610ec5e0f3de1c75be86cf0993 (diff)
downloadmitjafelicijan.com-fd3a6a3730d4078f6be4239a9c24c9747ef9d555.tar.gz
Theme update
Diffstat (limited to 'content/posts/2021-12-25-running-golang-application-as-pid1.md')
-rw-r--r--content/posts/2021-12-25-running-golang-application-as-pid1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2021-12-25-running-golang-application-as-pid1.md b/content/posts/2021-12-25-running-golang-application-as-pid1.md
index e09bbc9..d4db07d 100644
--- a/content/posts/2021-12-25-running-golang-application-as-pid1.md
+++ b/content/posts/2021-12-25-running-golang-application-as-pid1.md
@@ -23,7 +23,7 @@ Really worth a read.
23If we compare a normal operating system to a unikernel side by side, they would 23If we compare a normal operating system to a unikernel side by side, they would
24look something like this. 24look something like this.
25 25
26![Virtual machines vs Containers vs Unikernels](/posts/pid1/unikernels.png) 26![Virtual machines vs Containers vs Unikernels](/posts/pid1/unikernels.webp)
27 27
28From this image, we can see how the complexity significantly decreases with 28From this image, we can see how the complexity significantly decreases with
29the use of Unikernels. This comes with a price, of course. Unikernels are hard 29the use of Unikernels. This comes with a price, of course. Unikernels are hard