01 2020 档案
docer run 、docker attach 与 docker exec的区别
摘要:进入容器的方式有以下三种: 1. 使用ssh登陆进容器 2. 使用nsenter、nsinit等第三方工具 3. 使用Docker本身提供的工具 最佳方案为使用Docker本身提供的工具 docker run;创建和启动一个新的容器实例,操作对象是镜像,选项较多,如果你要创建和启动一个容器,只能用r 阅读全文
posted @ 2020-01-10 16:42 doraman 阅读(5355) 评论(0) 推荐(1)
filebeat-kafka:WARN producer/broker/0 maximum request accumulated, waiting for space
摘要:You need to configure 3 things: Brokers Filebeat kafka output Consumer Here a example (change paths according your environment). Broker configuration: 阅读全文
posted @ 2020-01-06 19:33 doraman 阅读(3298) 评论(0) 推荐(0)
json 格式要求
摘要:json 格式中, 字符串类型需要使用双引号,不能为单引号 阅读全文
posted @ 2020-01-01 19:44 doraman 阅读(394) 评论(0) 推荐(0)