Given that Watchtower is potentially unmaintained now, this might be a cool alternative?
Screenshot:
Features from their github:
- Extremely fast. Cup takes full advantage of your CPU and is hightly optimized, resulting in lightning fast speed. On my Raspberry Pi 5, it took 3.7 seconds for 58 images!
- Supports most registries, including Docker Hub, ghcr.io, Quay, lscr.io and even Gitea (or derivatives)
- Doesnât exhaust any rate limits. This is the original reason I created Cup. I feel that this feature is especially relevant now with Docker Hub reducing its pull limits for unauthenticated users.
- Beautiful CLI and web interface for checking on your containers any time.
- The binary is tiny! At the time of writing itâs just 5.4 MB. No more pulling 100+ MB docker images for a such a simple program.
- JSON output for both the CLI and web interface so you can connect Cup to integrations. Itâs easy to parse and makes webhooks and pretty dashboards simple to set up!
enemenemu@lemm.ee âš4â© âšweeksâ© ago
Why not moving to podman and letting it do its magic?
zr0@lemmy.dbzer0.com âš4â© âšweeksâ© ago
It sucks to migrate to podman if you have been using Docker Compose heavily.
Also, updating is done with
docker compose pull
and
docker compose up -d
every 24h via cronjob
pipe01@programming.dev âš4â© âšweeksâ© ago
You can use the same compose file with podman for the most part
irotsoma@lemmy.blahaj.zone âš4â© âšweeksâ© ago
Thereâs a plugin for compose, but podman itself does have some differences here and there. Iâm starting to migrate my own stuff as Docker is getting more money hungry. Womder if theyâll try to IPO in a few years. Seems like thatâs what these kinds of companies do after they start to decline from alienating users. Just wish that portainer and docker hadnât killed all the GUIs for docker and swarm was better supported.
The company i work for has also required us to migrate from Docker as the hub and desktop app are no longer totally free. I expect more and more limitations will show up on the free versions as usually is the case with companies like this.
flightyhobler@lemmy.world âš4â© âšweeksâ© ago
I take it it only pulls if the image is different/newer?
airgapped@piefed.social âš4â© âšweeksâ© ago
Question please, how would podman alleviate container update woes?
exu@feditown.com âš4â© âšweeksâ© ago
docs.podman.io/en/âŠ/podman-auto-update.1.html
giacomo@lemm.ee âš4â© âšweeksâ© ago
yes