January 9, 2017
Distributed Minio with Docker
Ok, I think I will switch to english for the next posts ;-)
I’ve created an Minio Docker-Image for ARM. Which can be found on GitHub or on Dockerhub.
Today I want to show you how to run Minio it in distributed mode. The distributed mode can give you high availability and data protection.
Preparing the Nodes Storage Directory You need a directory on each node to store the data and an additional one for storing the configuration.
Read more