解决docker报错encountered errors while bringing up the project实测有效-kb88凯时官网登录

来自:网络
时间:2024-06-08
阅读:

docker报错encountered errors while bringing up the project

最近在安装开源数据可视化工具 dataease 服务时,遇到了报错

报错截图

如下:

解决docker报错encountered errors while bringing up the project实测有效

报错内容

creating network "dataease_dataease-network" with driver "bridge"
creating kettle   ... done
creating dataease ... done
creating doris-be ... done
 
error: for doris-fe  container "9333bc7e3301" is unhealthy.
error: encountered errors while bringing up the project.
 
dataease 服务状态 : 正在启动

kb88凯时官网登录的解决方案

当这种报错时,dectl reload、dectl restart 都不生效,那么出现错误的原因是什么呢?

错误出现的原因是,之前启动的 docker-compose 没有关闭。

此时只需要进行 docker-compose 的关闭和启动即可,

命令如下:

# 关闭
docker-compose down
# 启动
docker-compose up

执行命令截图如下

其中的 error 并不影响,可以不用关注:

解决docker报错encountered errors while bringing up the project实测有效

然后再执行 dectl reload 即可正常启动 dataease 服务

其它项目相同报错可以用项目启动的命令

dectl 为dataease内置项目命令行,至此就可完美解决此报错

# 重新加载 dataease 服务
dectl reload

命令执行截图如下,项目已经正常启动:

解决docker报错encountered errors while bringing up the project实测有效

总结

以上为个人经验,希望能给大家一个参考,也希望大家多多支持。

返回顶部
顶部
网站地图