A MinIO server with an existing non-root user.
6.1K
A MinIO server with an existing non-root user.
Run with:
docker run -p 9000:9000 girder/minio-nonroot
Or using Docker Compose:
services:
minio:
image: girder/minio-nonroot
ports:
- 9000:9000
The image provides two sets of hardcoded MinIO credentials:
minioRootAccessKey / minioRootSecretKeyminioUserAccessKey / minioUserSecretKeyContent type
Image
Digest
Size
20.4 MB
Last updated
about 6 years ago
docker pull girder/minio-nonroot