From 2f5ea5f4982d6276881c9a3342ed8847ebc7d326 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 5 Aug 2023 12:09:37 +0200 Subject: Moved assets to posts --- 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 10543f2..251ef4f 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. 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](/assets/pid1/unikernels.png) +![Virtual machines vs Containers vs Unikernels](/posts/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 @@ -252,7 +252,7 @@ Hello from Golang Hello from Golang ``` -The whole [log file here](/assets/pid1/qemu.log). +The whole [log file here](/posts/pid1/qemu.log). ## Size comparison @@ -328,7 +328,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