lenmom

博客园 首页 新随笔 联系 订阅 管理

2019年4月20日 #

摘要: 0. precondition a) install mysql 5.7, for detail please refer my blog post. 1. login mysql and check the variables to see if the binlog has been enabl 阅读全文
posted @ 2019-04-20 23:30 老董 阅读(1132) 评论(0) 推荐(1)

摘要: CMD CMD 指令就是用于指定默认的容器主进程的启动命令的,我们直接 docker run -it ubuntu 的话,会直接进入 bash。我们也可以在运行时指定运行别的命令,如 docker run -it ubuntu cat /etc/os-release。这就是用 cat /etc/os 阅读全文
posted @ 2019-04-20 00:26 老董 阅读(436) 评论(0) 推荐(0)