From 24573a96ad8f3f98ee6f7ca019e46efae405269e Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Mon, 13 Jan 2025 15:04:29 +0100 Subject: [PATCH 1/2] doc: reviewed docs --- docs/how-tos/mutli-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-tos/mutli-backup.md b/docs/how-tos/mutli-backup.md index e7b67e4..83ab4d9 100644 --- a/docs/how-tos/mutli-backup.md +++ b/docs/how-tos/mutli-backup.md @@ -71,7 +71,7 @@ services: # for available releases. image: jkaninda/mysql-bkup container_name: mysql-bkup - command: backup + command: backup #--config /backup/config.yaml # config file volumes: - ./backup:/backup # Mount the backup directory - ./config.yaml:/backup/config.yaml # Mount the configuration file From 1206140a67a518606a60deb8693790c67a508e59 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Mon, 13 Jan 2025 15:05:50 +0100 Subject: [PATCH 2/2] doc: reviewed docs --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eb7d142..ed18486 100644 --- a/README.md +++ b/README.md @@ -188,13 +188,12 @@ Documentation references Docker Hub, but all examples will work using ghcr.io ju ## References -We decided to publish this image as a simpler and more lightweight alternative because of the following requirements: +We created this image as a simpler and more lightweight alternative to existing solutions. Here’s why: -- The original image is based on `Alpine` and requires additional tools, making it heavy. -- This image is written in Go. -- `arm64` and `arm/v7` architectures are supported. -- Docker in Swarm mode is supported. -- Kubernetes is supported. +- **Lightweight:** Written in Go, the image is optimized for performance and minimal resource usage. +- **Multi-Architecture Support:** Supports `arm64` and `arm/v7` architectures. +- **Docker Swarm Support:** Fully compatible with Docker in Swarm mode. +- **Kubernetes Support:** Designed to work seamlessly with Kubernetes. ## License