minio
OfficialS3-compatible object storage
6.2K pulls
40 MBvs170 MBDocker4x smaller
1 versionUpdated 2026-04-06AGPL-3.0Security: A$ niso pull minio4x smaller than Docker
This package is 40 MB vs Docker's 170 MB image. That's 4x less disk space, faster pulls, and a smaller attack surface.
MinIO is a high-performance, S3-compatible object storage system. It is designed for large-scale AI/ML, data lake, and backup workloads. It can run as a single server or distributed cluster.
niso packages MinIO at 40 MB -- 4x smaller than Docker's 170 MB minio/minio image. Includes minio server and mc (MinIO Client). The storage isolation preset provides exclusive volume access for object data with cgroup memory limits to prevent the storage engine from consuming all available RAM.
Key features
- 40 MB total package size (4x smaller than Docker)
- Default ports: 9000, 9001
- Multi-architecture: x86_64 and aarch64
- server isolation preset — each service fully isolated
- Security score: A
How to use
manifest.toml
[package]
name = "minio"
version = "2024.04.06"
[service]
restart = "on-failure"
[network]
ports = ["9000:9000"]
[volumes]
data = { mount = "/data", mode = "rw" }
[isolation]
preset = "server"Dependencies
minio 40 MB
└── musl libc 1.2.5 (0.6 MB)