MinIO#
Add a MinIO container for local object storage – used by other modules to store
data files, such as the hive, iceberg, and delta-lake modules.
Usage#
Module Uses Persistent Storage
This module uses named volumes to persist data. To delete these volumes, run:
minitrino remove --volumes --module ${module}
Provision the module:
minitrino provision -m minio
The MinIO UI can be viewed at http://localhost:9000 using access-key and
secret-key for credentials.
The default bucket is minitrino. The MinIO client can be accessed by utilizing
the minio-client container:
minitrino exec -c minio-client -i
mc ls minio/minitrino/
[2025-07-05 08:33:37 UTC] 0B minitrino_hive/
[2025-07-05 08:33:37 UTC] 0B minitrino_iceberg/