From ace0d8237623f996a80083e51804d2a6919c7d26 Mon Sep 17 00:00:00 2001 From: Luc Date: Mon, 28 Jul 2025 18:14:07 +0200 Subject: [PATCH] docs/server-os/posts/03-container-management-podman-runit.md: update --- docs/server-os/posts/03-container-management-podman-runit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server-os/posts/03-container-management-podman-runit.md b/docs/server-os/posts/03-container-management-podman-runit.md index 806a4dd..384785f 100644 --- a/docs/server-os/posts/03-container-management-podman-runit.md +++ b/docs/server-os/posts/03-container-management-podman-runit.md @@ -12,7 +12,7 @@ categories: - Container management --- -Containers and pods (a collection of containers in the same namespace) enables easy and secure management of hosted applications. Rootless containers and pods can be deployed on a server with [Podman](https://podman.io/) as the rootless container engine and [runit]() as the user service manager. The service manager will be set-up to automatically start and update the containers and pods at boot and to periodically back-up the volumes and databases of the pods. +Containers and pods (a collection of containers in the same namespace) enables easy and secure management of hosted applications. Rootless containers and pods can be deployed on a server with [Podman](https://podman.io/) as the rootless container engine and [runit](https://smarden.org/runit/) as the user service manager. The service manager will be set-up to automatically start and update the containers and pods at boot and to periodically back-up the volumes and databases of the pods.