環境の構築方法
DB2
MySQL 8.0.22
https://hub.docker.com/layers/mysql/library/mysql/8.0.22/images/sha256-9ea5b1010711123ab241f86b9aafeee0e4c425942a651a0ea3c2817e369c086a?context=explore
$ docker pull mysql:8.0.22
Oracle Database
PostgreSQL 12
docker pull postgres:12-alpine
https://hub.docker.com/layers/postgres/library/postgres/12-alpine/images/sha256-04da9831116872801b0ad9ce83a5577ee4779b3e8332a1dc2ec8df7ff95d04e9?context=explore
SQL Server 2017
$ docker pull mcr.microsoft.com/mssql/server:2017-latest
https://hub.docker.com/_/microsoft-mssql-server
MySQL vs Percona Server for MySQL vs MariaDB
MySQLにはその派生版や別配布がある。Percona Server for MySQLやMariaDBがそれだ。 それぞれの比較表でわかりやすいものがPerconaのサイトに掲載されていた。
https://www.percona.com/blog/2017/11/02/mysql-vs-mariadb-reality-check/