摘要:
在docker里面创建mysql容器后设置的密码在远程主机连接时候出现错误: 一、如果是在docker里面安装的mysql镜像则需要先进入mysql里面:参考上一篇:https://www.cnblogs.com/ya-qiang/p/9093558.html 二 、mysql配置 1、使用root 阅读全文
摘要:
一、docker的常用操作 二、其实用docker search images它就是去hub仓库里面查找:https://hub.docker.com/ -d:后台运行 -p:将主机的端口映射到容器的一个端口 主机端口:容器端口 10.service firewalld status:查看防火墙状态 阅读全文
摘要:
控制端使用yum install docker安装完成docker后启动docker失败,出现以下信息: Job for docker.service failed because the control process exited with error code. See "systemctl 阅读全文