Modified command for adding a host to minio.

This commit is contained in:
koolhead17
2016-01-13 23:10:20 +05:30
parent a6941c0b44
commit d4dbd09a9c
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -52,9 +52,9 @@ Download ``minio`` for:
C:\Users\Username\Downloads> minio.exe --help
~~~
#### Docker container
#### Docker container
Download ``minio`` for docker.
Download ``minio`` for docker.
~~~
$ docker pull minio/minio
@@ -112,9 +112,9 @@ To configure Minio Client.
$ wget https://dl.minio.io/client/mc/release/linux-amd64/mc
$ chmod 755 mc
$ ./mc config host add http://localhost:9000 G5GJRH51R2HSUWYPGIX5 uxhBC1Yscut3/u81l5L8Yp636ZUk32N4m/gFASuZ
$ ./mc config host add http://localhost:9000 G5GJRH51R2HSUWYPGIX5 uxhBC1Yscut3/u81l5L8Yp636ZUk32N4m/gFASuZ
$ ./mc mb localhost:9000/photobucket
$ ./mc cp ~/Photos... localhost:9000/photobucket
$ ./mc cp --recursive ~/Photos localhost:9000/photobucket
Starting minio server:
Listening on http://127.0.0.1:9000