ERROR: for * Cannot start service *: Could not attach to network

Posted Data-Mining

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 ... error

ERROR: 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 

执行结果:

以上是关于ERROR: for * Cannot start service *: Could not attach to network的主要内容,如果未能解决你的问题,请参考以下文章

ERROR: for pigfarm-app Cannot start service pigfarm: OCI runtime create failed: container_linux.go:

ERROR: for pigfarm-app Cannot start service pigfarm: OCI runtime create failed: container_linux.go:

IDEA创建maven项目时,报错[FATAL_ERROR] Cannot start Maven: Cannot find JRE '1.7'

创建SpringBoot项目报错Error: Cannot download ‘https://start.spring.io/starter.zip?

JSON parse error: Cannot deserialize instance of `java.util.ArrayList<java.lang.Long>` out of START_

JSON parse error: Cannot deserialize instance of `int` out of START_OBJECT token; nested exception i