MongoShake 2.8.7 - MongoDB data replication & sync tool by Alibaba, with URL encoding patch.
689
A Docker image for MongoShake, an open-source MongoDB data replication and synchronization tool developed by Alibaba.
docker run -d \
-v /path/to/collector.conf:/etc/mongoshake/collector.conf \
-p 9100:9100 \
qinwl/mongoshake:2.8.7 \
-conf /etc/mongoshake/collector.conf
services:
mongoshake:
image: qinwl/mongoshake:2.8.7
container_name: mongoshake_sync
restart: always
volumes:
- ./collector.conf:/etc/mongoshake/collector.conf
command: ["-conf", "/etc/mongoshake/collector.conf"]
ports:
- "9100:9100"
- "9101:9101"
Mount your collector.conf file into /etc/mongoshake/collector.conf.
Refer to the official documentation for full configuration options.
| Item | Value |
|---|---|
| Base Image | alpine:3.18 |
| MongoShake Version | 2.8.7 (release-v2.8.7-20251218) |
| Go Version | 1.24 |
| Image Size | ~48MB |
Content type
Image
Digest
sha256:1b5710b0a…
Size
23.7 MB
Last updated
7 months ago
docker pull qinwl/mongoshake:2.8.7