About 11,000,000 results
Open links in new tab
  1. 有生产环境部署minio的吗? - 知乎

    4) 、我有个习惯,每年会观察流量大的培训机构会新增什么技术去除什么技术,虽然Minio出来也有些时日了,但这两年陆续有知名机构的讲师开始引入Minio了,意味着这个产品的接受度正 …

  2. configure minio in docker to use https - Server Fault

    May 20, 2022 · The symlinks private.key and public.crt can't be resolved because the targets don't exist inside the container. The easiest way would be to mount /etc/letsencrypt inside the …

  3. Docker minio web console access not accessible - Stack Overflow

    Dec 5, 2024 · i have used host windows virtual box and running rocky linux and docker. highly appreciated results/inputs docker minio pulled docker run executed virtual box port forward …

  4. Correct CORS configuration for minio - Stack Overflow

    Dec 12, 2024 · And this is because minio and my app are hosted under the same server. I was getting this error: Cors error: strict-origin-when-cross-origin I'm using self hosted MinIO and …

  5. Why i cant get access to minio console from docker container?

    Jun 4, 2023 · MINIO_ROOT_USER=admin MINIO_ROOT_PASSWORD=minio-secret-key The entrypoint script in the create-bucket container loops until minio is ready to service requests; …

  6. Minio does not seem to recognize TLS/https certificates

    Feb 11, 2021 · Im search now for hours to make minio work with self-signed tls certs using docker. accroding to the documentation certs just need to be placed at /root/.minio/certs/CAs …

  7. docker - Minio permission denied - Stack Overflow

    May 21, 2022 · The problem You are bind-mounting the directory ./docker-volumes/s3-data into the container. Initially this directory doesn't exist, so Docker creates it -- as root. This means …

  8. Using https for minio server - Stack Overflow

    Jun 15, 2018 · if you using sudo you must have private.key and public.crt in /root/.minio/certs/. In my case, I must rename my minio.key and minio.crt because minio doesn't want to use them.

  9. How to change port number when hosting minio server?

    2 As per minio official documentation, you can Update/Create an environment file at /etc/default/minio and update the environment variable called MINIO_OPTS # Set all MinIO …

  10. How can I get MINIO access and secret key? - Stack Overflow

    Apr 27, 2021 · 31 I'm new to minio and I want to use it in a Django app, I read the documentation of minio python library and there is fields for MINIO_ENDPOINT, MINIO_ACCESS_KEY, …