Yinette Hodge
Yinette Hodge
@academo For me (Lenovo P14s Gen 2) Turning off SpeedStep in the BIOS meant that it stopped giving the OS control of the CPU power (in 21.04's case I think...
I've done some minor work on this to get it working with the new library set... I'll fork this repo and upload the code for you, watch this space :)
As a work-around I've found when I set the `--parallel` to `2` it is a lot less chaotic. However, it will take longer to build your project, so that might...
From comments in the linked moby issue, it appears docker-compose only closes file descriptors upon its own exit, but until such a time anything open with the daemon remains open,...
Please correct me if I'm wrong, but don't those HTTP API connections pass through UNIX Sockets? Those are at least being held open after the engine stops the container they...
Still seems to be an issue... I've confirmed that using the `--scale` option in docker compose seems to trigger or at least accelerate the issue, even if the containers have...
Yeah, after playing around with this more in an isolated environment, I don't see how docker-compose could be involved, if as you say, it's just using the upstream docker client...
Though, I find logic for attaching containers https://github.com/docker/compose/blob/main/pkg/compose/attach.go here, but is there logic to detach/close that connection after the container is closed? ``` goroutine 218 [chan receive]: runtime.gopark(0x6e3a22746e696f70?, 0x426e4f222c6c6c75?, 0x75?,...
Thanks for clarifying that! I'll look closer at the behaviour of the containers to see what they're doing when they exit. Furthermore, providing information into the Moby project to track...