It was food porn, before you cut the Schnitzel like that.
- 0 Posts
- 6 Comments
zr0@lemmy.dbzer0.comto Fuck Cars@lemmy.world•Car-brains: Bike lanes and public transportation is too expensive. Also Car-brains:English95·14 days agoThat only makes sense in places, where you have free heat. Like in Iceland. Where they basically sit on volcanos. Other than that, this is just a waste of money and resources.
zr0@lemmy.dbzer0.comto Selfhosted@lemmy.world•GitHub - sergi0g/cup: 🥤Docker container updates made easyEnglish1·17 days agoDocker uses LXC. LXC is actually at the core of many container engines.
zr0@lemmy.dbzer0.comto Selfhosted@lemmy.world•GitHub - sergi0g/cup: 🥤Docker container updates made easyEnglish3·20 days agoYeah 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.
zr0@lemmy.dbzer0.comto Selfhosted@lemmy.world•GitHub - sergi0g/cup: 🥤Docker container updates made easyEnglish241·21 days agoIt sucks to migrate to podman if you have been using Docker Compose heavily.
Also, updating is done with
docker compose pull
and
docker compose up -d
every 24h via cronjob
Humanity is lost.