testnet0/testnet

卸载的时候脚本漏了

7Shad0w opened this issue · 1 comments

https://github.com/testnet0/testnet/blob/main/build.sh#L318 我猜是漏掉了。虽然不影响

比如改成这样

  docker images |grep testnet0 |awk '{print $3}' |xargs docker rmi

感谢,已经调整了