Toastie 1 年間 前
コミット
d2fb848d8c
1 ファイル変更4 行追加13 行削除
  1. 4 13
      minio-mc/README.md

+ 4 - 13
minio-mc/README.md

@@ -1,19 +1,10 @@
 # MioIO Client (mc)
 # MioIO Client (mc)
 
 
-mc is a command to control MinIO.
+mc is a command to control MinIO. To run mc it within docker:  
+- Set your MinIO connection in [.env](.env.template): `cp .env.template .env && vi .env`
+- Run the container as one-shot: `docker-compose run minio-mc`
+- Background: This 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).
 
 
-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
-```
-cp .env.template .env
-vi .env
-```
-
-#### Run the container as one-shot
-```
-docker-compose run minio-mc
-```
 
 
 #### Typical commands
 #### Typical commands
 ```
 ```