= Group Replicate using swarm network only = Ref [https://github.com/wagnerjfr/mysql-group-replication-binaries-docker here] 1. build image from Dockerfile with tag {{{ $ docker build -t mysqlubuntu . }}} 2. create docker swarm network for attachable {{{ $ docker network create --driver overlay --attachable group1 }}} 3.