diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-06-27 14:50:20 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-06-27 14:50:20 +0200 |
| commit | 8697555125c57ae64a0c9b78514b4aac4fd523de (patch) | |
| tree | a699df53a7c35a4425f30bca86982c4341f6de40 /content/posts/2021-12-25-running-golang-application-as-pid1.md | |
| parent | 33b2615a5038bc85036081e8b5e0da8584d88097 (diff) | |
| download | mitjafelicijan.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.md | 7 |
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 | ||
| 10 | I have been reading a lot about [unikernernels](https://en.wikipedia.org/wiki/Unikernel) | 10 | I have been reading a lot about |
| 11 | lately and found them very intriguing. When you push away all the marketing | 11 | [unikernernels](https://en.wikipedia.org/wiki/Unikernel) lately and found them |
| 12 | speak and look at the idea, it makes a lot of sense. | 12 | very intriguing. When you push away all the marketing speak and look at the |
| 13 | idea, 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)) |
