Minio is a high performance distributed object storage server, designed for large-scale private cloud infrastructure. See documentation
The Core Planners: chef-core-planners@chef.io
Service package
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:
For more information see:
- Running Chef Habitat Packages for more information.
- Service Groups
- Topologies
- Update Strategy
- Binds and Exports