From c6d3aac5c436d8468cf5a807498b6a97db421979 Mon Sep 17 00:00:00 2001 From: Rishabh Agrahari Date: Thu, 23 Oct 2025 20:40:39 +0530 Subject: [PATCH] Fix typo in entrypoint script path in README (#21657) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46929f90a..a046eeebb 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ docker run -p 9000:9000 -p 9001:9001 myminio:minio server /tmp/minio --console-a ``` Complete documentation for building Docker containers, managing custom images, or loading images into orchestration platforms is out of scope for this documentation. -You can modify the `Dockerfile` and `dockerscripts/socker-entrypoint.sh` as-needed to reflect your specific image requirements. +You can modify the `Dockerfile` and `dockerscripts/docker-entrypoint.sh` as-needed to reflect your specific image requirements. See the [MinIO Container](https://docs.min.io/community/minio-object-store/operations/deployments/baremetal-deploy-minio-as-a-container.html#deploy-minio-container) documentation for more guidance on running MinIO within a Container image.