Amazon S3 Compatible Storage in Kubernetes – MinIO Docker Image for Raspberry Pi and four USB flash drives

root@rpi-iot-jsho-docker-01:~# docker run -p 9000:9000 –name MinIO-01 -v /media/pi/“MINIO 1″:/data0 -v /media/pi/“MINIO 2″:/data1 -v /media/pi/“MINIO 3″:/data2 -v /media/pi/“MINIO 4″:/data3 -e „MINIO_ACCESS_KEY=<AccessKey>“ -e „MINIO_SECRET_KEY=<SecretKey>“ minio/minio server /data{0…3}
Formatting 1st zone, 1 set(s), 4 drives per set.
WARNING: Host local has more than 2 drives of set. A host failure will result in data becoming unavailable.
Attempting encryption of all config, IAM users and policies on MinIO backend
Status: 4 Online, 0 Offline.
Endpoint: http://172.17.0.2:9000 http://127.0.0.1:9000

pi@rpi-iot-jsho-docker-01:~ $ ./mc admin info myminio
● 192.168.1.151:9000
Uptime: 1 week
Version: 2020-12-10T01:54:29Z
Network: 1/1 OK
Drives: 4/4 OK
2.1 MiB Used, 3 Buckets, 3 Objects
4 drives online, 0 drives offline

Leave a Reply

You must be logged in to post a comment.