I hate what Iâm reading here⌠But I have already thought about the possible enshitification of docker and docker-composeâŚ
It really sucks to always have to relearn everything from the beginning⌠Now that I feel comfortable I have to relearn a new way to keep my homelab up and running.
Kinda understand how Plex people feel when someone tells them to switch over to jellyfinâŚ
Canât wait to see Jellyfin or Arr stack going a similar route đŽâđ¨đŽâđ¨!
zr0@lemmy.dbzer0.com â¨4⊠â¨weeks⊠ago
Yeah I saw that plugin a few years ago and it was not ready for production yet.
I am going a whole different route, but have the same motivation: get rid of docker and improve the security.
I will move from docker compose to Nomad. And I will also not use containers itself anymore. I want/need more security. You can achieve this with MicroVM (Firecracker). However, you would need to build those VM images yourself. But there is a solution to it. Kata-containers. They allow to deploy OCI compliant containers into seperate MicroVMâs. Then you have true isolation from the host kernel, while not losing much of start-up time.
trilobite@lemmy.ml â¨4⊠â¨weeks⊠ago
What i read here is concerning. Non that i was getting into the swing of drocker ⌠:-( Is LXC the future then?
zr0@lemmy.dbzer0.com â¨4⊠â¨weeks⊠ago
Docker uses LXC. LXC is actually at the core of many container engines.