aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-12-25-running-golang-application-as-pid1.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-06-27 14:50:20 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-06-27 14:50:20 +0200
commit8697555125c57ae64a0c9b78514b4aac4fd523de (patch)
treea699df53a7c35a4425f30bca86982c4341f6de40 /content/posts/2021-12-25-running-golang-application-as-pid1.md
parent33b2615a5038bc85036081e8b5e0da8584d88097 (diff)
downloadmitjafelicijan.com-8697555125c57ae64a0c9b78514b4aac4fd523de.tar.gz
Massive formatting and added figcaption
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))