Home

Awesome

Build Status

minio

Minio is a high performance distributed object storage server, designed for large-scale private cloud infrastructure. See documentation

Maintainers

The Core Planners: chef-core-planners@chef.io

Type of Package

Service package

Use as a habitat service

Simple usage from a hab studio:

$ # build and install
$ build .
$ source ./results/last_build.env
$ hab pkg install ./results/$pkg_artifact
$
$ # load as a service in studio
$ hab svc load core/minio
$
$ # export and run as a docker container
$ hab pkg install core/docker core/hab-pkg-export-docker
$ hab pkg export docker ./results/$pkg_artifact
$ hab pkg exec core/docker docker run --name core_minio -p 9000:9000 --rm -de HAB_LICENSE=accept core/minio

And load up the following in a browser:

http://localhost:9000

which should produce something like the following:

minio browser

For more information see: