I use glance.
herrfrutti
Stimme ich dir zu. Eigentlich weiß ich das mit dem Export auch, aber wie du auch sagst zielt der Artikel auf Emotionen und da bin ich voll rein. Danke für die Erinnerung!
Ich finde diese Entwicklung sehr schade. Die Zahlen sind so absurd hoch und unvorstellbar...
laut Statistischem Bundesamt in deutschen Schlachthöfen 48,7 Millionen Schweine, Rinder, Schafe, Ziegen und Pferde sowie 693,3 Millionen Hühner, Puten und Enten geschlachtet.
Diese zwei Kommentare unter dem Artikel fassen meine Meinung dazu eigentlich gut zusammen.
ich nutze magic earth. gibt es leider zur im playstore, aber sonst ist das top.
Außerdem eine Versicherung für das Tier abschließen, oder monatlich auf ein Tierkonto was einzahlen.
Mitarbeitende, wäre direkt für alle verständlich. Kannte das Mitarbeity auch nicht.
Es heißt HAFERDRINK!11!?1!1!!1!
Finde seine Standpunkte nicht extrem links.
So hart link auch nicht. o7
Yes all users that have containers running, that should keep running need lingering.
The Services do not restart themself. I have cronjob that executes podman start --all
at reboot for my "podman user".
I'm running podman and podman-compose with no problem. And I'm happy. At first I was confused by the uid and gid mapping the containers have, but you'll get used to it.
This are some notes I took, please don't take all of it for the right choice.
Podman-Stuff
https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md
storage.conf
To use the fuse-overlay driver, the storage must be configured:
.config/containers/storage.conf
[storage]
driver = "overlay"
runroot = "/run/user/1000"
graphroot = "/home/<user>/.local/share/containers/storage"
[storage.options]
mount_program = "/usr/bin/fuse-overlayfs"
Lingering (running services without login / after logout)
https://github.com/containers/podman/issues/12001
https://unix.stackexchange.com/questions/462845/how-to-apply-lingering-immedeately#462867
sudo loginctl enable-linger <user>
how are you trying to run podman?
If you just want a similar setup as with docker I'll recommend this:
https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md
Lingering (running services without login / after logout)
https://github.com/containers/podman/issues/12001
https://unix.stackexchange.com/questions/462845/how-to-apply-lingering-immedeately#462867
https://github.com/containers/podman/blob/main/vendor/github.com/containers/storage/storage.conf
Check out the storage.conf to use the fuse-overlay driver.
I like podman-compose and i have a start up script that restarts all my containers at reboot, as my user.
Also use the full link to your images, like docker.io/image oder where ever you get your images from.
have fun :)