mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-06 21:49:40 +01:00
11
README.md
11
README.md
@@ -188,13 +188,12 @@ Documentation references Docker Hub, but all examples will work using ghcr.io ju
|
|||||||
|
|
||||||
## References
|
## 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.
|
- **Lightweight:** Written in Go, the image is optimized for performance and minimal resource usage.
|
||||||
- This image is written in Go.
|
- **Multi-Architecture Support:** Supports `arm64` and `arm/v7` architectures.
|
||||||
- `arm64` and `arm/v7` architectures are supported.
|
- **Docker Swarm Support:** Fully compatible with Docker in Swarm mode.
|
||||||
- Docker in Swarm mode is supported.
|
- **Kubernetes Support:** Designed to work seamlessly with Kubernetes.
|
||||||
- Kubernetes is supported.
|
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ services:
|
|||||||
# for available releases.
|
# for available releases.
|
||||||
image: jkaninda/mysql-bkup
|
image: jkaninda/mysql-bkup
|
||||||
container_name: mysql-bkup
|
container_name: mysql-bkup
|
||||||
command: backup
|
command: backup #--config /backup/config.yaml # config file
|
||||||
volumes:
|
volumes:
|
||||||
- ./backup:/backup # Mount the backup directory
|
- ./backup:/backup # Mount the backup directory
|
||||||
- ./config.yaml:/backup/config.yaml # Mount the configuration file
|
- ./config.yaml:/backup/config.yaml # Mount the configuration file
|
||||||
|
|||||||
Reference in New Issue
Block a user