From d95fc5ca9e6a9c28894514b77e77b6b0eb58fbe9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 26 Jan 2023 11:36:44 +0100 Subject: A bunch of theme changes and removal of Cactus comments --- .../posts/2021-12-25-running-golang-application-as-pid1.md | 13 ------------- 1 file changed, 13 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 7a62d1c..3d1f266 100755 --- a/content/posts/2021-12-25-running-golang-application-as-pid1.md +++ b/content/posts/2021-12-25-running-golang-application-as-pid1.md @@ -5,19 +5,6 @@ date: 2021-12-25 draft: false --- -**Table of contents** - -1. [Unikernels, kernels, and alike](#unikernels-kernels-and-alike) -2. [What is PID 1?](#what-is-pid-1) -3. [So why even run application as PID 1 instead of just using a container?](#so-why-even-run-application-as-pid-1-instead-of-just-using-a-container) -4. [The master plan](#the-master-plan) -5. [Compiling Linux kernel](#compiling-linux-kernel) -6. [Preparing PID 1 application in Golang](#preparing-pid-1-application-in-golang) -7. [Running all of it with QEMU](#running-all-of-it-with-qemu) -8. [Size comparison](#size-comparison) -9. [Creating ISO image and running it with Gnome Boxes](#creating-iso-image-and-running-it-with-gnome-boxes) -10. [Is running applications as PID 1 even worth it?](#is-running-applications-as-pid-1-even-worth-it) - ## Unikernels, kernels, and alike I have been reading a lot about [unikernernels](https://en.wikipedia.org/wiki/Unikernel) lately and found them very intriguing. When you push away all the marketing speak and look at the idea, it makes a lot of sense. -- cgit v1.2.3