Changes between Initial Version and Version 1 of GROUPReplicate2


Ignore:
Timestamp:
06/12/22 04:19:35 (2 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUPReplicate2

    v1 v1  
     1= Group Replicate using swarm network only =
     2
     3Ref [https://github.com/wagnerjfr/mysql-group-replication-binaries-docker here]
     4
     51. build image from Dockerfile with tag
     6{{{
     7$ docker build -t mysqlubuntu .
     8}}}
     9
     102. create docker swarm network for attachable
     11{{{
     12$ docker network create --driver overlay --attachable group1
     13}}}
     14
     153.