From cb8c23e62d14329c3083d875dc0b739a5d4038c1 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sat, 16 Nov 2024 20:39:51 +0100 Subject: [PATCH] Update README.md Added urls to podman fork --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db5103a..5bdd321 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@

CLI tool to automate docker image updates.
No pre-pull, selective, optional notifications and prune when done.

Now with simple notification integrations!

With features like excluding specific containers, custom container labels, auto-prune when done and more.

+

Also see the fresh Podman fork!

___ ## :bell: Changelog @@ -80,7 +81,7 @@ After the updates are complete, you'll get prompted if you'd like to prune dangl ___ ## :nut_and_bolt: Dependencies -- Running docker (duh) and compose, either standalone or plugin. +- Running docker (duh) and compose, either standalone or plugin. (see [Podman fork](https://github.com/sudo-kraken/podcheck) - Bash shell or compatible shell of at least v4.3 - [regclient/regctl](https://github.com/regclient/regclient) (Licensed under [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0)) - User will be prompted to download `regctl` if not in `PATH` or `PWD`.