diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d96fd3 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# MinIO Image + +## How To Use + +### Args + +#### SRV_UID + +User ID for the MinIO daemon and so of the data (Default: 1000) + +#### SRV_GID + +Group ID for the MinIO daemon and so of the data (Default: 1000) + +### Image Name + +``` +docker.ci/srv/minio:latest +```