mirror of https://github.com/minio/minio.git
docs: removed the Edge tag reference. (#3366)
This commit is contained in:
parent
ff4ce0ee14
commit
f3b346cbb3
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue