Hey folks,
I’m running a 4 nodes cluster in Docker Swarm Mode 1.13.
I want to setup a ECM (Erasure Code Mode). Following this doc and this docker-compose.yml , I’m still not sure to understand this syntax:
command: server http://minio1/myexport http://minio2/myexport …n
minio server /mnt/export1/backend /mnt/export2/backend …n
Would you help me define the best way to deploy a Minio ECM cluster in a Docker Swarm Cluster?