使用docker stack rm my_network删除网络时,一直提示如下:

Removing network my_network
Failed to remove network ysk0x2yy71gh061cbp8yoetps: Error response from daemon: network my_network id ysk0x2yy71gh061cbp8yoetps has active endpointsFailed to remove some resources from stack: my_network

说明在该网络下有活动的endpointsFailed。

此时可用docker inspect ysk0x2yy71gh061cbp8yoetps(上述提示中的该网络的id)来检查该网络下活动的endpointsFailed,结果如下:

然后使用docker network disconnect -f ysk0x2yy71gh061cbp8yoetps endpointsFailed_name(为图中模糊的Name字段的值),使其与网络断开,然后使用docker stack rm my_network即可删除网络。

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐