docker: Fix docker command entry.

This commit is contained in:
Harshavardhana
2016-03-24 17:28:04 -07:00
parent 24ae5467c8
commit 1ef5ab3c28
5 changed files with 28 additions and 11 deletions

View File

@@ -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