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`