宝塔docker安装milvus向量库

首先在/etc/docker中创建文件daemon.json设置加速镜像站点

bash 复制代码
{
  "registry-mirrors":[
      "https://a88uijg4.mirror.aliyuncs.com",
      "https://docker.lmirror.top",
      "https://docker.m.daocloud.io",
      "https://hub.uuuadc.top",
      "https://docker.anyhub.us.kg",
      "https://dockerhub.jobcher.com",
      "https://dockerhub.icu",
      "https://docker.ckyl.me",
      "https://docker.awsl9527.cn",
      "https://docker.laoex.link"
  ]
}

设置完成后重启docker服务

bash 复制代码
systemctl restart docker.service

然后下载配置文件

bash 复制代码
curl -o standalone_embed.sh -L https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh

standalone_embed.sh文件下载完成后执行

bash 复制代码
sh standalone_embed.sh start

下载完成!

相关推荐
STDD41 分钟前
cert-manager:Kubernetes 自动 TLS 证书管理
云原生·容器·kubernetes
卧室小白3 小时前
docker容器
运维·docker·容器
Benszen3 小时前
Docker容器化解决方案
运维·docker·容器
仙柒4155 小时前
Namespace
运维·docker·容器
nan madol5 小时前
openEuler部署 Kubernetes v1.35.5 集群
云原生·容器·kubernetes
木雷坞5 小时前
K8s containerd 镜像源配置:用 1ms-helper 处理 ImagePullBackOff
云原生·容器·kubernetes
pigs20186 小时前
Docker容器中Kingbase数据库授权到期更换解决方案
数据库·docker·容器
m0_751018667 小时前
docker 安装 nginx
vue.js·nginx·docker
人工智能培训7 小时前
AI人工智能未来发展趋势
人工智能·深度学习·机器学习·docker·容器
成为你的宁宁7 小时前
【基于 Docker-compose 部署 Prometheus 监控系统实战教程 】
docker·容器·prometheus