aboutsummaryrefslogtreecommitdiff
path: root/_posts/2021-12-25-running-golang-application-as-pid1.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-05 12:17:03 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-05 12:17:03 +0100
commitd3dfec6f52d8093db276adb62021ced8f58e590c (patch)
tree91136e5b803a7058d42f998660cd4ba86fdf379d /_posts/2021-12-25-running-golang-application-as-pid1.md
parente490ef9a85ff161305d5647281ed316b54366bca (diff)
downloadmitjafelicijan.com-d3dfec6f52d8093db276adb62021ced8f58e590c.tar.gz
Added lazy loading to images
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