1
0
mirror of https://github.com/newnius/YAO-docs.git synced 2024-07-06 05:15:18 +00:00
This commit is contained in:
Newnius 2020-07-01 20:18:05 +08:00
parent f4f3b11664
commit e23a47a30c

View File

@ -30,6 +30,8 @@ docker swarm join --token A-LONG-TOKEN-STRING-HERE 192.168.0.1:2377
docker network create --driver overlay --attachable --opt encrypted yao-net docker network create --driver overlay --attachable --opt encrypted yao-net
``` ```
*Note: try remove encrypted when the containers cannot communicate cross nodes*
## Start zk cluster ## Start zk cluster
```bash ```bash