Laura Brehm
Laura Brehm
Hi all, FWIW, I believe the next version of Docker Desktop will no longer try to switch `config.json` back to using `{ "credsStore": "desktop" }` after you've set it to...
I find myself doing `docker stop $(docker ps -q)` and `docker rm $(docker ps -aq)` probably to the point where I should've created a shell alias by now, so I...
This sounds like the same issue as reported in https://github.com/containerd/containerd/issues/10589 (with a repro in https://github.com/containerd/containerd/pull/10649) and we have a fix in https://github.com/containerd/containerd/pull/10651.
I still can't repro 😅 I wonder why that is. ```console [...] issue10589_linux_test.go:105: Wait for container a50f8afa4ea8f1dac37f31d1cb2a6d4505eaffd9248cd22d3f09b6db1293d2cb status to become exited issue10589_linux_test.go:117: Completed running TestIssue10589 iteration 9 --- PASS: TestIssue10589...
I guess it's either too fast/slow/not the exact conditions necessary for this to reproduce. Regardless, it's better to have something than not.
Hi all, thanks for the report. This seems to be an engine issue, so getting help should be easier if you open an issue over in https://github.com/moby/moby. Thanks!
> (not sure how to clear the "Changes requested" status") @thaJeztah needs to approve to clear the prior "changes requested".
> For dismissing the changes requested; I think only users with write-access can do so; Oh, I didn't realize that was a thing one can do! 😅
> we may need to do a small follow-up because there's not a v1.47.yaml for the API docs There is now I think? https://github.com/moby/moby/pull/48422 was merged. @NathanBaulch could you TAL/update...