摘要: docker的常用命令 docker images docker pull 镜像[:tag] #不指定版本号,默认下载最后一个版本 docker rmi -f 镜像id #删除镜像 docker rmi -f $(docker images -aq) #删除所有镜像 docker run -it 镜 阅读全文
posted @ 2020-12-11 17:28 做个笔记 阅读(83) 评论(0) 推荐(0) 编辑
摘要: python-elasticsearch基本用法 一、安装 pip install elasticsearch pip install elasticsearch[async] #支持异步 二、实例化es对象,创建index from elasticsearch import Elasticsear 阅读全文
posted @ 2020-12-11 16:19 做个笔记 阅读(11358) 评论(0) 推荐(0) 编辑
摘要: windows配置部署es+logstash同步mysql数据库 一、版本: jdk--11.0.9 elasticsearch--7.10.0 https://www.elastic.co/cn/downloads/past-releases#elasticsearch logstash--7.1 阅读全文
posted @ 2020-12-11 10:27 做个笔记 阅读(1535) 评论(0) 推荐(0) 编辑