add console-address flag for spoonfed users

This commit is contained in:
Harshavardhana
2021-07-12 17:04:07 -07:00
parent a655e7f820
commit e25ae1c01f
9 changed files with 36 additions and 16 deletions

View File

@@ -21,7 +21,10 @@ for more complete documentation.
Run the following command to run the latest stable image of MinIO as a container using an ephemeral data volume:
```sh
podman run -p 9000:9000 minio/minio server /data
podman run \
-p 9000:9000 \
-p 9001:9001 \
minio/minio server /data --console-address ":9001"
```
The MinIO deployment starts using default root credentials `minioadmin:minioadmin`. You can test the deployment using the MinIO Console, an embedded