mirror of https://github.com/minio/minio.git
18 lines
253 B
Markdown
18 lines
253 B
Markdown
|
% MINIO(1) Minio Manual
|
||
|
% Minio
|
||
|
% December 2014
|
||
|
# NAME
|
||
|
minio-init - Initialize a new minio repository.
|
||
|
|
||
|
# SYNOPSIS
|
||
|
**minio init**
|
||
|
BUCKET
|
||
|
|
||
|
# DESCRIPTION
|
||
|
Initialize a new bucket. BUCKET is the name of the new bucket.
|
||
|
|
||
|
# EXAMPLES
|
||
|
|
||
|
$ minio init images
|
||
|
|