Djordje Lukic
Djordje Lukic
### Description Some of the operations with containerd could leak a lease if the daemon is forcefully killed while working. Add a check at startup that lists and removes all...
### Description Trying to exec into a container that doesn't have `/etc/group` shows an error but then just lingers there for 10 seconds: ### Reproduce ```console root@b4f40d17b559:/go/src/github.com/docker/docker# ID=$(docker run -d...
### Description While working on https://github.com/moby/moby/pull/46634 I found that deleting an image that was built with a `--cache-from=IMG` will break `IMG`s history. This is due to the fact that we...
### Description With this `.dockerignore` file: ``` file ``` And this Dockerfile: ```dockerfile FROM scratch COPY file . ``` When I try to build the image I get this error:...
**Describe the bug** When loading a yaml with reference dirs, unmarshalling will fail if any yaml file in the reference dir is invalid, even if not used. **To Reproduce** First,...
### Description dockerd has two limits for max concurrent downloads/uploads: ``` --max-concurrent-downloads int Set the max concurrent downloads (default 3) --max-concurrent-uploads int Set the max concurrent uploads (default 5) ```...
**Is your feature request related to a problem? Please describe.** Making tapes for LLM TUIs is not easy with the current set of commands, I would like to have a...