This commit is contained in:
spiritlhl
2025-05-29 19:27:58 +08:00
committed by GitHub
parent 1400933aaa
commit 14f5e5160f

View File

@@ -120,7 +120,7 @@ The following command offload ignores ndpresponder to prevent IPV6 configuration
```shell
docker ps -a --format '{{.Names}}' | grep -vE '^ndpresponder' | xargs -r docker rm -f
docker images --format '{{.Repository}}:{{.Tag}} {{.ID}}' | grep -v 'ndpresponder' | awk '{print $2}' | xargs -r docker rmi
rm -rf dclog
rm -rf dclog test
ls
```