mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Docs: Modified Docker instruction adding distributed image tag. (#3250)
This commit is contained in:
parent
0c042a622a
commit
3bcf7b7593
@ -39,7 +39,9 @@ docker run -p 9000:9000 --name minio1 \
|
|||||||
|
|
||||||
## 4. Test Distributed Minio on Docker
|
## 4. Test Distributed Minio on Docker
|
||||||
|
|
||||||
To run 4 minio servers 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.
|
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`
|
### Run `docker-compose`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user