ERROR: for * Cannot start service *: Could not attach to network
目录
问题
启动容器服务时,出现了如下报错信息:
ERROR: for * Cannot start service *: Could not attach to network
具体报错信息如下:
WARNING: The Docker Engine you're using is running in swarm mode.
Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All containers will be scheduled on the current node.
To deploy your application across the swarm, use `docker stack deploy`.
MongoDB is up-to-date
OnlyOfficeDocumentServer is up-to-date
Starting BoomEditor ...
Starting BoomEditor ... errorERROR: for BoomEditor Cannot start service boomeditor: Could not attach to network 9b06a48ab2234945600dd8aca906f85dc57c383790b18b60f10706c357323385: rpc error: code = NotFound desc = network 9b06a48ab2234945600dd8aca906f85dc57c383790b18b60f10706c357323385 not found
ERROR: for boomeditor Cannot start service boomeditor: Could not attach to network 9b06a48ab2234945600dd8aca906f85dc57c383790b18b60f10706c357323385: rpc error: code = NotFound desc = network 9b06a48ab2234945600dd8aca906f85dc57c383790b18b60f10706c357323385 not found
ERROR: Encountered errors while bringing up the project.
报错截图:
解决
使用如下命令禁用 docker swarm 模式,命令如下:
docker swarm leave -f
执行结果:
文章来源: liuzhen.blog.csdn.net,作者:Data-Mining,版权归原作者所有,如需转载,请联系作者。
原文链接:liuzhen.blog.csdn.net/article/details/120328785
- 点赞
- 收藏
- 关注作者
评论(0)