I have configured Ubuntu 22.04.1 LTS with Percona XtraDB Cluster and have it all working perfectly with SSL certificates and also LDAP to an AD server. No problem at all. Tested perfectly.
However, I now need to build the systems within a Docker Container Environment. I have read through the following:
Running Percona XtraDB Cluster in a Docker Container - Percona XtraDB Cluster
and although that gives a good insight into the docker environment (by the way, I have never used Docker before), it only shows it in a small test environment and does not seem to include all of the required mysql requirements.
I have already installed all the required Docker apps, but can someone point me in a direction where it shows how to configure a FULL Containerised Percona Cluster Environment please?