Contains the mysql-shell utility.
- You can use
docker run -it muhamedalshafey/mysql-shell mysqlshto start the interactive shell - To connect to a specific running mysql container, you can use
docker run -it muhamedalshafey/mysql-shell mysqlsh root:@mysql:3306