synchronizer 0.1.1

Little daemon service to synchronize all your containers across devices - Keep Your Cluster in Harmony
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "synchronizer"
version = "0.1.1"
edition = "2024"
description = "Little daemon service to synchronize all your containers across devices - Keep Your Cluster in Harmony"
license = "GPL-3.0-only"
categories = ["config"]
keywords = ["docker", "podman", "container", "synchronization", "cluster"]
repository = "https://gitlab.com/TenTypekMatus/synchronizer"
[dependencies]
serde = { version = "1.0.219", features = ["derive"] }
serde_yaml = "0.9.34"