moby
moby copied to clipboard
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
**- What I did** Continued from where #42089 left so now users can switch to containerd by just adding ```json { "default-runtime": "io.containerd.runhcs.v1" } ``` to `daemon.config` without need separately...
### libcontainerd/supervisor: remove unused RWMutex This RWMutex was added in https://github.com/moby/moby/commit/9c4570a958df42d1ad19364b1a8da55b891d850a (https://github.com/moby/moby/pull/20662), and used in the `remote.Client()` method. Commit https://github.com/moby/moby/commit/dd2e19ebd58cd8896d79b4b8db61144b93717b33 (https://github.com/moby/moby/pull/37149) split the code for client and daemon, but did...
- 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...
- follow-up to / depends on https://github.com/moby/moby/pull/43945 (only the last commit is new) ## Add support for custom containerd.toml config When starting containerd as a child process of dockerd, we...
### Description Hi, Like I read in docker documentation: ``` By default, a container inherits the DNS settings of the host, as defined in the /etc/resolv.conf configuration file. Containers that...
learned about this linter through https://github.com/docker/compose/pull/9738 This linter checks for redundant or incorrect "nolint" comments; https://github.com/ashanbrown/nolintlint **- A picture of a cute animal (not mandatory but encouraged)**
Signed-off-by: Jim Lin **- What I did** Resolved https://github.com/moby/moby/issues/43830 **- How I did it** I added an additional check. This will check whether a `pattern` is a `NamedTagged` or not....
I need to COPY a _part_ of a context directory to the container (the other part is subject to another COPY). Unfortunately, the current possibilities for this are suboptimal: 1....
**Description** Problem is probably similar to #25325. Docker can't reach containers from hostB when I query hostA public address. I'm using Docker swarm with 2 hosts, they are connected via...
## what It would be helpful if an action could be triggered when a service status is unhealthy. ## why It would be sane trigger an action for a container...