mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-16 03:19:18 +00:00
Fixing number of replicas per node
If 3 copies per node are 15, 4 copies per node should be 20.
This commit is contained in:
@@ -203,7 +203,7 @@ class: extra-details
|
||||
|
||||
- And then to 4 copies per node:
|
||||
```bash
|
||||
docker service update pingpong --replicas 15 --detach=true
|
||||
docker service update pingpong --replicas 20 --detach=true
|
||||
```
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user