minio/dockerscripts
Harshavardhana 22f6756ce6
Allow su-exec to fail when users explicity use --user (#7776)
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
2019-06-12 12:16:21 -07:00
..
check-user.go Add support for customizable user (#7569) 2019-06-10 20:27:42 +05:30
docker-entrypoint.sh Allow su-exec to fail when users explicity use --user (#7776) 2019-06-12 12:16:21 -07:00
healthcheck.go Add support for customizable user (#7569) 2019-06-10 20:27:42 +05:30