addMinioContainer
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addMinioContainer( name: string, rootUser?: ParameterResource, rootPassword?: ParameterResource, port?: number): MinioContainerResource;}Signature
method
addMinioContainerbuilderAdds a MinIO container to the application model. The default image is "minio/minio" and the tag is "latest".
addMinioContainer( name: string, rootUser?: ParameterResource, rootPassword?: ParameterResource, port?: number): MinioContainerResourceParameters
namestringrootUserParameterResourceoptionalrootPasswordParameterResourceoptionalportnumberoptionalReturns
MinioContainerResourceApplies to
This method applies to the following types: