Browse Source

added reference

Toastie 4 years ago
parent
commit
1a969741bd
1 changed files with 6 additions and 3 deletions
  1. 6 3
      minio-mc/README.md

+ 6 - 3
minio-mc/README.md

@@ -1,6 +1,6 @@
-### MioIO MC command line
+## MC – MioIO command line interface
 
-This convenient `docker-compose.yml` will set a your MinIO connection as per `.env` and make it available under the name `myminio` in the container.
+This convenient [`docker-compose.yml`](./docker-compose.yml) will set a your MinIO connection as per [`.env`](.env.template) and make it available under the name `myminio` for the MC CLI running in the [container](https://hub.docker.com/r/minio/mc).
 
 #### Setup your tenant / credentials
 ```
@@ -32,4 +32,7 @@ mc admin policy info readonly
 mc admin policy info writeonly
 mc admin policy info readwrite
 ```
-For a full list see: https://docs.min.io/docs/minio-client-complete-guide.html
+
+#### References
+- https://docs.min.io/docs/minio-client-complete-guide.html
+- https://docs.min.io/docs/minio-admin-complete-guide.html