You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm going to setup Shaarli in my environment, where I run a rootless podman installation on Debian. The CLI for docker and podman ist almost the same but there are some differnces.
I could think of contributing a podman section to the documentation, in case you like that idea. What do you think about it?
Regards,
Tronde
The text was updated successfully, but these errors were encountered:
I had never heard of podman, so thanks for that. Their API seems to be compatible with Docker, so I suppose that the changes would be minor, i.e. not an entire different setup process.
I think it's a good idea, thank you for willing to spend time on it!
The API is compatible for docker commands. There might be some quirks when trying to use docker-compose. Although there is a project called podman-compose I'm not sure how stable it is and if it works in all use cases.
I'm going to document my installation process and send a PR when ready.
Hi,
even though I don't use Docker for Shaarli itself, I'm in the process of migrating other services from Docker to Podman, so I would be interested in documentation on a Podman-based Shaarli setup.
there is a project called podman-compose I'm not sure how stable it is and if it works in all use cases
In my very short experience with it, it's still in early development and I'm not sure it will ever be officially supported. I'd be more interested in a setup using Podman pods and systemd unit files for service management.
To be honest, running Shaarli as container with rootless podman on Debian works almost the same as with docker. I'm currently working on a page. Due to #1875 it's delayed.
I won't describe how to set up a rootless podman environment but reference the documentation.
Hi,
I'm going to setup Shaarli in my environment, where I run a rootless podman installation on Debian. The CLI for docker and podman ist almost the same but there are some differnces.
I could think of contributing a podman section to the documentation, in case you like that idea. What do you think about it?
Regards,
Tronde
The text was updated successfully, but these errors were encountered: