From d859a52e882b6068f76b7b20c5ee5e2190e534ec Mon Sep 17 00:00:00 2001 From: marky1954 <53134499+marky1954@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:30:26 -0500 Subject: [PATCH] Updated Using Podman (markdown) --- Using-Podman.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-Podman.md b/Using-Podman.md index d17f968..e2e492b 100644 --- a/Using-Podman.md +++ b/Using-Podman.md @@ -1,4 +1,4 @@ -[Podman](https://podman.io/) is a daemonless alternative to Docker, which is mostly compatible with Docker containers. +[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. # 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).