kimfom01 / minio-object-storage

docker compose config for minio object storage with .net sample client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minio Object Storage (self hosted)

This is a docker compose config for locally hosted minio object store

How to use

Prerequisites

Steps

Clone the repository

git clone https://github.com/kimfom01/minio-object-storage.git

On the terminal, navigate to minio-object-storage directory

cd minio-object-storage

Run the following

docker compose up

Add the flag -d or --detach to run in detached mode

If you get the following error Fatal glibc error: CPU does not support x86-64-v2 then use this image instead in the docker-compose.yml

image: minio/minio:RELEASE.2023-11-01T01-57-10Z-cpuv1

About

docker compose config for minio object storage with .net sample client

License:MIT License


Languages

Language:C# 100.0%