diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -159,6 +159,7 @@ with maintenance so things should be up to date. - [Spotify doesn't use "the Spotify model" and neither should you][1035] - [Scaling Developer Effectiveness at Twitter][1049] - [Why your IT organization should prioritize developer experience][1053] +- [Software engineering practices][1064] ### Psycology/Philosophy @@ -714,6 +715,8 @@ with maintenance so things should be up to date. - [Skopeo: CLI for image operations and image repositories][940] - [How to mount Docker volume along with subfolders on the host?][951] - [LXC vs Docker: Which Container Platform Is Right for You?][977] +- [Not Every Container Has an Operating System Inside][1062] +- [What's Inside Of a Distroless Container Image: Taking a Deeper Look][1063] ### Elixir/Erlang @@ -2215,3 +2218,6 @@ with maintenance so things should be up to date. [1059]: https://architecturenotes.co/12-factor-app-revisited/ [1060]: https://jvns.ca/blog/2023/03/03/how-do-nix-builds-work-/ [1061]: https://academy.o11y.io/courses/practical-observability +[1062]: https://iximiuz.com/en/posts/not-every-container-has-an-operating-system-inside/ +[1063]: https://iximiuz.com/en/posts/containers-distroless-images/ +[1064]: https://simonwillison.net/2022/Oct/1/software-engineering-practices/ |