Comment on What's up, selfhosters? - Sunday thread

<- View Parent
herrfrutti@lemmy.world ⁨2⁩ ⁨months⁩ ago

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 :)

source
Sort:hotnewtop