docker
Posted zwei1121
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker相关的知识,希望对你有一定的参考价值。
1.mysql
mysql:
ufw status
docker exec -it mysql /bin/bash
mysql -u root -p
123456
CREATE USER ‘root‘@‘%‘ IDENTIFIED BY ‘123456‘;
alter user ‘root‘@‘%‘ identified with mysql_native_password by ‘123456‘;
2.nacos
http://192.168.225.128:91/nacos/#/login
nacos
nacos
以上是关于docker的主要内容,如果未能解决你的问题,请参考以下文章