freshdock 1.2.1

A modern Rust-based Docker container auto-updater: a maintained, health-gated, single-binary successor to Watchtower.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod commands;
pub mod config;
pub mod cron;
pub mod docker;
pub mod errors;
pub mod format;
pub mod health;
pub mod http;
pub mod labels;
pub mod notify;
pub mod probe;
pub mod registry;
pub mod rollback;
pub mod scheduler;
pub mod updater;