Cory Snider
Cory Snider
- Fixes #43830 - Closes #43895 **- What I did** Modified and codified the behaviour of the Image List API when the `filters` parameter is set. Now the API can...
### Description (NB: I am using the term "Docker" as a shorthand for both of the remote build-context resolver implementations in moby/moby and moby/buildkit, which behave very similarly for Git...
- Follow-up to #42829 cc: @zq-david-wang **- What I did** DRY'ed the polling checks in TestNetworkDBNodeJoinLeaveIteration. **- How I did it** Higher-order functions. **- How to verify it** Visual inspection...
### Description A member of the Docker Community Slack, Ganesh Santosh Naik, [got their container into a bad state.](https://dockercommunity.slack.com/archives/C7GKACWDV/p1659007884345169) > Hi Team, > > we had sonarqube running as container...
- Relates to #33933 **- What I did** While investigating a report of slow `docker exec`s and failing health checks on heavily-loaded systems, I instrumented `dockerd` with OpenTelemetry tracing (https://github.com/corhere/moby/tree/otel-trace)...
Provide client and server interceptors which instrument RPC requests with OpenTracing telemetry spans, based on the gRPC tracing module `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected]`.
The "Thread safety" section of [the `sd-journal` manpage](https://www.freedesktop.org/software/systemd/man/sd-journal.html) says: > Functions that operate on sd_journal objects are thread agnostic — given sd_journal pointer may only be used from one specific...
This is useful for recovering a cluster without wiping cluster state in cases in which a swarm's certificates have expired, such as after restoring from backup. On all Docker Swarm...
**- What I did** Made daemon config reloading transactional and almost entirely atomic. Config reloading will either succeed or leave the daemon state untouched. Reloading no longer pauses the world....
* closes https://github.com/opencontainers/runc/issues/2532 * relates to https://github.com/systemd/systemd/issues/8703 Processes can watch `/proc/self/mounts` or `/mountinfo`, and the kernel will notify them whenever the namespace's mount table is modified. The notified process still...