一、Mysql
1、docker ps|grep mysql2、docker exec -it my-mysql bash3、 mysql -uroot -p4、exit
Docker容器操作
原文:https://www.cnblogs.com/callbin/p/15207980.html