minus-squareherrfrutti@lemmy.worldtoSelfhosted@lemmy.world•What's up, selfhosters? - Sunday threadlinkfedilinkEnglisharrow-up2·7 days agohow 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 sudo loginctl enable-linger <user> 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 :) linkfedilink
minus-squareherrfrutti@lemmy.worldtoSelfhosted@lemmy.world•Landing page for all my serviceslinkfedilinkEnglisharrow-up9·10 days agoI use glance. linkfedilink
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
sudo loginctl enable-linger <user>
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 :)