Laura Brehm
Laura Brehm
Based off of https://github.com/containerd/containerd/pull/10647 and https://github.com/containerd/containerd/pull/10634 (and with inspiration from https://github.com/containerd/containerd/pull/10650), replaced `s.pendingExecs` with `s.runningExecs`. The logic is changed to keep track of running execs instead of pending execs, and...
**- What I did** ### The problem The Docker CLI supports storing/managing credentials without a credential-helper, in which case credentials are fetched from/saved to the CLI config file (`~/.docker/config.json`). This...
### Description - ### Reproduce ``` $ docker swarm init $ docker network create \ --driver overlay \ --ipv6 \ --opt encrypted \ --subnet "10.0.100.0/24" \ --subnet "fd14:8656:a32e:100::/64" \ --attachable...
**- What I did** **- How I did it** **- How to verify it** **- Description for the changelog** **- A picture of a cute animal (not mandatory but encouraged)**
**- What I did** Hacky PR for demonstration/discussion purposes only. Addresses: https://github.com/docker/cli/issues/5305 **- How I did it** **- How to verify it** - `docker run -d --name bork alpine sh...
# Pull Request ## What? (description) ## Why? (reasoning) Closes #8720 ## Acceptance Please use the following checklist: - [x] you linked an issue (if applicable) - [ ] you...