From 70baaeb4e78d12c329a03e929fd30d41730ed2b1 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 28 Aug 2022 05:39:44 +0200 Subject: Moved statis assets and converted all CSS to Tailwind --- content/posts/2021-12-25-running-golang-application-as-pid1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/posts/2021-12-25-running-golang-application-as-pid1.md') 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 2f49466..7a62d1c 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 @@ -28,7 +28,7 @@ I really like the explanation from the article [Unikernels: Rise of the Virtual If we compare a normal operating system to a unikernel side by side, they would look something like this. -![Virtual machines vs Containers vs Unikernels](/pid1/unikernels.png) +![Virtual machines vs Containers vs Unikernels](/assets/pid1/unikernels.png) From this image, we can see how the complexity significantly decreases with the use of Unikernels. This comes with a price, of course. Unikernels are hard to get running and require a lot of work since you don't have an actual proper kernel running in the background providing network access and drivers etc. @@ -221,7 +221,7 @@ Hello from Golang Hello from Golang ``` -The whole [log file here](/pid1/qemu.log). +The whole [log file here](/assets/pid1/qemu.log). ## Size comparison @@ -290,7 +290,7 @@ genisoimage -R \ This will produce `GoAsPID1.iso` which you can use with [Virtualbox](https://www.virtualbox.org/) or [Gnome Boxes](https://apps.gnome.org/app/org.gnome.Boxes/). - + ## Is running applications as PID 1 even worth it? -- cgit v1.2.3