Technologies Opensource & Solutions Cloud

Archives : janvier 2021

Configure Docker MINIO

TO KNOWN https://docs.min.io/docs/minio-server-limits-per-tenant.html https://docs.min.io/docs/how-to-use-aws-sdk-for-php-with-minio-server.html https://github.com/minio/cookbook/blob/master/docs/how-to-use-minio-as-laravel-file-storage.md Install docker curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh usermod -aG docker centos Control Docker running status systemctl start docker systemctl status docker systemctl enable docker docker pull minio/minio to increase capacity you have to run another docker. So this step will be...