删除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
[