docs: removed the Edge tag reference. (#3366)

This commit is contained in:
koolhead17 2016-12-03 00:17:18 +05:30 committed by Dee Koder
parent ff4ce0ee14
commit f3b346cbb3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ docker run -p 9000:9000 --name minio1 \
## 4. Test Distributed Minio on Docker ## 4. Test Distributed Minio on Docker
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``. 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.
### Run `docker-compose` ### Run `docker-compose`