MinIO logo

MinIO latest Docker Image Specifications

Minio is an S3 compatible object store. It is designed to store blob data. It has features like data retention policies, storage tiering, encryption and compression, just to name a few.

Stacks using this Image

Ports

MinIO API

9000

Minio api to connect to from clients.

MinIO Web Console

9090

A web interface for managing the minio deployment.

Volumes

Data

/data

This volume contains all the minio data.

Variables

MINIO_ROOT_USER

minioadmin

The username of the root user.

MINIO_ROOT_PASSWORD

minioadmin

The password of the root user.