moby icon indicating copy to clipboard operation
moby copied to clipboard

The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

Results 1256 moby issues
Sort by recently updated
recently updated
newest added

**- 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...

area/runtime
platform/windows
status/1-design-review
kind/feature
impact/changelog

### 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...

area/runtime
status/2-code-review
area/daemon

- 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...

area/api
status/1-design-review
kind/enhancement
impact/changelog
area/images
kind/bugfix

- 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...

area/runtime
kind/enhancement
impact/changelog
docs/revisit
area/daemon
impact/documentation

### 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...

status/0-triage
kind/bug

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)**

status/2-code-review
area/testing

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....

status/2-code-review
impact/changelog
area/images
kind/bugfix

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....

area/builder
kind/enhancement
kind/feature

**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...

area/networking
area/swarm

## 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...

kind/enhancement
area/swarm