aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-12-25-running-golang-application-as-pid1.md
diff options
context:
space:
mode:
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.md7
1 files changed, 4 insertions, 3 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 e3b7fa2..60d0400 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
@@ -7,9 +7,10 @@ draft: false
7 7
8## Unikernels, kernels, and alike 8## Unikernels, kernels, and alike
9 9
10I have been reading a lot about [unikernernels](https://en.wikipedia.org/wiki/Unikernel) 10I have been reading a lot about
11lately and found them very intriguing. When you push away all the marketing 11[unikernernels](https://en.wikipedia.org/wiki/Unikernel) lately and found them
12speak and look at the idea, it makes a lot of sense. 12very intriguing. When you push away all the marketing speak and look at the
13idea, it makes a lot of sense.
13 14
14> A unikernel is a specialized, single address space machine image constructed 15> A unikernel is a specialized, single address space machine image constructed
15> by using library operating systems. ([Wikipedia](https://en.wikipedia.org/wiki/Unikernel)) 16> by using library operating systems. ([Wikipedia](https://en.wikipedia.org/wiki/Unikernel))