docker/docker-network-cleanup.sh

4 lines
114 B
Bash
Raw Normal View History

2019-08-14 15:38:32 +03:00
#!/bin/sh
rm -rf /etc/sysconfig/network-scripts/ifcfg-*veth*
rm -rf /etc/sysconfig/network-scripts/ifcfg-*docker*