From aced224cea75f56f03a4906fb91fb9299fc04fa4 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 27 May 2022 13:15:12 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from RealStickman --- pages/02.linux/09.podman/default.en.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/02.linux/09.podman/default.en.md b/pages/02.linux/09.podman/default.en.md index acf8764..2a7cec8 100644 --- a/pages/02.linux/09.podman/default.en.md +++ b/pages/02.linux/09.podman/default.en.md @@ -27,6 +27,9 @@ Reload and restart `# systemctl daemon-reload` `# systemctl enable --now container-(container)` +If you want to manually run updates for the configured container, use this command: +`# podman auto-update` + ### Auto-Update timer To truly automate your updates, enable the included timer `# systemctl enable --now podman-auto-update.timer`