diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-05 12:17:03 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-05 12:17:03 +0100 |
| commit | d3dfec6f52d8093db276adb62021ced8f58e590c (patch) | |
| tree | 91136e5b803a7058d42f998660cd4ba86fdf379d /_posts/2021-12-25-running-golang-application-as-pid1.md | |
| parent | e490ef9a85ff161305d5647281ed316b54366bca (diff) | |
| download | mitjafelicijan.com-d3dfec6f52d8093db276adb62021ced8f58e590c.tar.gz | |
Added lazy loading to images
Diffstat (limited to '_posts/2021-12-25-running-golang-application-as-pid1.md')
| -rw-r--r-- | _posts/2021-12-25-running-golang-application-as-pid1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2021-12-25-running-golang-application-as-pid1.md b/_posts/2021-12-25-running-golang-application-as-pid1.md index 1f67ee1..edd5a57 100644 --- a/_posts/2021-12-25-running-golang-application-as-pid1.md +++ b/_posts/2021-12-25-running-golang-application-as-pid1.md | |||
| @@ -24,7 +24,7 @@ Really worth a read. | |||
| 24 | If we compare a normal operating system to a unikernel side by side, they would | 24 | If we compare a normal operating system to a unikernel side by side, they would |
| 25 | look something like this. | 25 | look something like this. |
| 26 | 26 | ||
| 27 |  | 27 | {:loading="lazy"} |
| 28 | 28 | ||
| 29 | From this image, we can see how the complexity significantly decreases with | 29 | From this image, we can see how the complexity significantly decreases with |
| 30 | the use of Unikernels. This comes with a price, of course. Unikernels are hard | 30 | the use of Unikernels. This comes with a price, of course. Unikernels are hard |
