英文:
NiFi 1.19 keeps restarting within Docker container
问题
我在Windows 10上安装了Docker Desktop,并在容器中运行Apache NiFi 1.19。
NiFi自行重新启动,没有提供任何有用的日志消息、异常消息或我可以追踪的信息。
有什么想法可能出了什么问题吗?我尝试了很多方法,包括这个,但没有帮助。
英文:
I have Docker Desktop on Windows 10 and I run Apache NiFi 1.19 within container.
NiFi keeps restarting, by itself, without giving any useful log message, exception message, or whatever I can trace back with.
Any ideas what can be going wrong? I have tried many things.. including this, but nothing helped out.
答案1
得分: 0
问题出在 Docker 的内置 Hyper-V 后端(即 Docker Desktop 自带的默认虚拟机环境)。
我选择了 使用基于 WSL 2 的引擎
选项,问题就解决了。
在 Docker Desktop 仪表板中,转到 设置
,在 常规
选项卡中选择 "使用基于 WSL 2 的引擎":
英文:
Ok, finally, so the problem was built-in Hyper-V backend of the Docker (i.e. the default VM environment that comes with Docker Desktop).
I just opted for Use the WSL 2 based engine
choice and problem went away.
From the Docker Desktop dashboard, go to settings
and in the General
tab, select "Use the WSL 2 based enginge":
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论