Advertisement

来自daemon的错误信息:无法删除网络:网络 macvlan1 ID 432b2be6bba68f376ffcfbf

阅读量:

删除macvlan网络的时候报错

Error response from daemon: error while removing network: network macvlan1 id 432b2be6bba68f376ffcfbda2b20d2f06753b195f032cfed790a26c7dbf8894c has active endpoints

复制代码
    [root@k8s2 ns]# docker network rm macvlan1
    Error response from daemon: error while removing network: network macvlan1 id 432b2be6bba68f376ffcfbda2b20d2f06753b195f032cfed790a26c7dbf8894c has active endpoints
    
    
    
      
      
      
      
    

解决方案

1.查阅

复制代码
    docker network inspect 网络名称
    
    
      
    
复制代码
    [root@k8s2 ns]# docker network inspect macvlan1

全部评论 (0)

还没有任何评论哟~