docs: Modified the Docker doc to reflect distributed release image & (#3362)

modification.
This commit is contained in:
koolhead17
2016-11-29 02:15:35 +05:30
committed by Dee Koder
parent 01f625824a
commit 694bad434c
2 changed files with 4 additions and 6 deletions

View File

@@ -39,8 +39,6 @@ docker run -p 9000:9000 --name minio1 \
## 4. Test Distributed Minio on Docker
Currently Minio distributed version is under testing. We do not recommend using it in production.
This example shows how to run 4 node Minio cluster inside different docker containers using [docker-compose](https://docs.docker.com/compose/). Please download [docker-compose.yml](https://raw.githubusercontent.com/minio/minio/master/docs/docker/docker-compose.yml) to your current working directory, docker-compose pulls the Minio Docker image with label ``edge``.
### Run `docker-compose`