The docker container project. There are multiple containers in single project. Run all services in application with docker-compose.
make upCheck config
cat /etc/mysql/mariadb.conf.d/50-server.cnf | grep bind-addresscheck network
telnet 127.0.0.1 3360access db from remote
mysql -h 127.0.0.1 -P 3306 -u root -p