mirror of https://github.com/minio/minio.git
22f6756ce6
This allows MinIO containers to run properly without expecting higher privileges in situations where following restrictions on containers are used - docker run --user uid:gid - docker-compose up (with docker-compose.yml with user) ```yml ... user: "1001:1001" command: minio server /data ... ``` - All openshift containers Fixes #7773 |
||
---|---|---|
.. | ||
check-user.go | ||
docker-entrypoint.sh | ||
healthcheck.go |