mirror of
https://github.com/pgsty/minio.git
synced 2026-03-16 17:53:43 +01:00
docker: Fix docker command entry.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
Minio is an object storage server compatible with Amazon S3 and licensed under [Apache license 2.0](./LICENSE).
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
Minio is an open source object storage server released under Apache License V2. It is compatible with Amazon S3 cloud storage service. Minio follows a minimalist design philosophy.
|
||||
@@ -84,11 +83,12 @@ $ make
|
||||
|
||||
### How to use Minio?
|
||||
|
||||
Initialize minio server at `~/Photos`
|
||||
~~~
|
||||
$ minio init ~/Photos
|
||||
$ minio init fs ~/Photos
|
||||
~~~
|
||||
|
||||
#### Start Minio server.
|
||||
After successfully initializing, start minio server.
|
||||
|
||||
~~~
|
||||
$ minio server
|
||||
|
||||
Reference in New Issue
Block a user