diff options
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 | 6 |
1 files changed, 3 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 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. | |||
| 23 | If we compare a normal operating system to a unikernel side by side, they would | 23 | If we compare a normal operating system to a unikernel side by side, they would |
| 24 | look something like this. | 24 | look something like this. |
| 25 | 25 | ||
| 26 |  | 26 |  |
| 27 | 27 | ||
| 28 | From this image, we can see how the complexity significantly decreases with | 28 | From this image, we can see how the complexity significantly decreases with |
| 29 | the use of Unikernels. This comes with a price, of course. Unikernels are hard | 29 | the use of Unikernels. This comes with a price, of course. Unikernels are hard |
| @@ -252,7 +252,7 @@ Hello from Golang | |||
| 252 | Hello from Golang | 252 | Hello from Golang |
| 253 | ``` | 253 | ``` |
| 254 | 254 | ||
| 255 | The whole [log file here](/assets/pid1/qemu.log). | 255 | The whole [log file here](/posts/pid1/qemu.log). |
| 256 | 256 | ||
| 257 | ## Size comparison | 257 | ## Size comparison |
| 258 | 258 | ||
| @@ -328,7 +328,7 @@ genisoimage -R \ | |||
| 328 | This will produce `GoAsPID1.iso` which you can use with [Virtualbox](https://www.virtualbox.org/) | 328 | This will produce `GoAsPID1.iso` which you can use with [Virtualbox](https://www.virtualbox.org/) |
| 329 | or [Gnome Boxes](https://apps.gnome.org/app/org.gnome.Boxes/). | 329 | or [Gnome Boxes](https://apps.gnome.org/app/org.gnome.Boxes/). |
| 330 | 330 | ||
| 331 | <video src="/assets/pid1/boxes.mp4" controls></video> | 331 | <video src="/posts/pid1/boxes.mp4" controls></video> |
| 332 | 332 | ||
| 333 | ## Is running applications as PID 1 even worth it? | 333 | ## Is running applications as PID 1 even worth it? |
| 334 | 334 | ||
