Changes between Initial Version and Version 1 of GROUPReplicate2
- Timestamp:
- 06/12/22 04:19:35 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUPReplicate2
v1 v1 1 = Group Replicate using swarm network only = 2 3 Ref [https://github.com/wagnerjfr/mysql-group-replication-binaries-docker here] 4 5 1. build image from Dockerfile with tag 6 {{{ 7 $ docker build -t mysqlubuntu . 8 }}} 9 10 2. create docker swarm network for attachable 11 {{{ 12 $ docker network create --driver overlay --attachable group1 13 }}} 14 15 3.