From baf50796abd8d32b9de21ca8a284d3a5ab3f0b98 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk <509385+stefan0xC@users.noreply.github.com> Date: Fri, 10 Mar 2023 22:57:07 +0100 Subject: [PATCH] Revert 0dfecdf1785d87807e5ac359374a80c937fc9636...d859a52e882b6068f76b7b20c5ee5e2190e534ec on Using Podman --- Using-Podman.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-Podman.md b/Using-Podman.md index e2e492b..d17f968 100644 --- a/Using-Podman.md +++ b/Using-Podman.md @@ -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).