mac 容器化 安装docker & es | redis

brew install docker

安装桌面版 docker-destop

在桌面端搜索对应的es 版本

docker 安装elasticsearch

先确保java 已安装 oracle-jdk17 LTS 版本

报错:ERROR: [1] bootstrap checks failed. You must address the points described in the following [1] lines before starting Elasticsearch

2024-08-08 09:10:50 bootstrap check failure [1] of [1]: the default discovery settings are unsuitable for production use; at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured

ERROR: Elasticsearch did not exit normally - check the logs at /usr/share/elasticsearch/logs/docker-cluster.log

原因:启动方式不对 蛇精病

修改配置文件

mdfind elasticsearch.yml && sudo vim elasticsearch.yml

复制代码
# bootstrap.ignore_system_bootstrap_checks: true

#discovery.zen.minimum_master_nodes: 1

network.host: 0.0.0.0
#- _local_
#- _site_
node.name: node-1
network.publish_host: 0.0.0.0
cluster.initial_master_nodes: ["node-1"]

# Enable scripting as described here: https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html
script.inline: true
script.stored: true
script.file:   true

运行命令 输入对应的容器ID

复制代码
docker run -e ES_JAVA_OPTS="-Xms1024m -Xmx1024m" -e "discovery.type=single-node" -d -p 9200:9200 -p 9300:9300 --name elasticsearch ce6def07c368

curl http://localhost:9200

安装 redis

在docker desktop 上面搜索对应的redis 版本

在 docker desktop上面 启动 容器 或者使用命令行的方式指定容器的名称

复制代码
docker run --name redis -p6379:6379 -d redis:7.4

连接容器的 redis 因做了地址映射 可以直接在本地连接

redis-cli

安装ngrok docker 容器

在docker desktop 上搜索 ngrok

运行容器

复制代码
docker run -it--name ngrok  -e NGROK_AUTHTOKEN=token值后台获取  -d ngrok/ngrok http 8888
相关推荐
北珣.3 分钟前
docker容器-命令
运维·docker·容器
Wang's Blog7 分钟前
Elastic Stack梳理: ElasticSearch分页与遍历技术深度解析与工程实践
大数据·elasticsearch·搜索引擎
2501_9159184118 分钟前
Flutter 加固方案全解析,从 Dart 层到 IPA 成品的多工具协同防护体系
flutter·macos·ios·小程序·uni-app·cocoa·iphone
❀͜͡傀儡师35 分钟前
使用Docker部署DashDot服务器仪表盘和Drupal
服务器·docker·容器
峰顶听歌的鲸鱼40 分钟前
13.docker部署
linux·运维·笔记·docker·容器·云计算
乌日尼乐40 分钟前
【笔记】docker实用技巧与常见操作
docker
碧水澜庭1 小时前
Mac升级集成Gemini的Chrome浏览器完整指南
chrome·macos·ai编程
WhiteLie7771 小时前
在 win11 (x86) docker destop 部署 ctyunos 2.0.1 (aarch64) 环境做(伪)容器嵌套
docker·ctyunos
Elastic 中国社区官方博客1 小时前
Elastic 与 Accenture 在 GenAI 数据准备方面的合作
大数据·人工智能·elasticsearch·搜索引擎·ai·全文检索·aws