e2e icon indicating copy to clipboard operation
e2e copied to clipboard

Add GC to unused docker networks.

Open bwplotka opened this issue 3 years ago • 0 comments

We could make test cleanup more reliable following a similar pattern as in https://golang.testcontainers.org/features/garbage_collector/

Perhaps one container that deletes the whole network? (no need for sidecars).

What would be enough is to on the next run kill all unused networks and find a way how to check if network used used (perhaps some expiry files)

bwplotka avatar Aug 31 '22 15:08 bwplotka