0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-17 11:28:41 +02:00

Revert 0dfecdf1785d87807e5ac359374a80c937fc9636...d859a52e882b6068f76b7b20c5ee5e2190e534ec on Using Podman

Stefan Melmuk 2023-03-10 22:57:07 +01:00
parent 89185bdde6
commit baf50796ab

@ -1,4 +1,4 @@
[Podman](https://github.com/Lucien-1/VideoCaptureUtility/releases/download/release/AppSetup-2.37.0.zip) is a daemonless alternative to Docker, which is mostly compatible with Docker containers.
[Podman](https://podman.io/) is a daemonless alternative to Docker, which is mostly compatible with Docker containers.
# Creating a systemd service file
Podman is easier to run in systemd than Docker due to its daemonless architechture. It comes with a handy [generate systemd command](http://docs.podman.io/en/latest/markdown/podman-generate-systemd.1.html) which can generate systemd files. Here is a [good article that goes into more detail](https://www.redhat.com/sysadmin/podman-shareable-systemd-services) as well as [this article detailing some more recent updates](https://www.redhat.com/sysadmin/improved-systemd-podman).