-
**Describe the results you received: / Describe the results you expected:**
Doing an docker service update waits until the container is healthy (which is a good thing) and then continues with the nex…
-
### Description
With IPv6 enabled, setting `"ip": "0.0.0.0"` (the default) in `/etc/docker/daemon.json` sets the default IPs to `0.0.0.0` and `::`:
```
$ docker run -d -p 80:80 --name nginx nginx
…
-
### Description
The latest LinuxKit kernel headers for kernel 6.6.22 are not available on Docker Hub. The latest one available is 6.6.13. This causes malfunctions in the building of kernel modules ag…
-
Docker swarm seems to ignoring unhealthy containers and the service appear to be running.
When check with ``docker service ls`` i can see that service is up, also when i enter the node containe…
-
OS: Ubuntu 20.04.4
Desktop environment (for Linux): Gnome
Graphics card: Iris graphics540
Output of `docker info`:
```
Client:
Context: default
Debug Mode: false
Plugins:
app: Doc…
-
**Description**
**Steps to reproduce the issue:**
I can't reproduce this reliably, we only see this error message once over the past few months. The code that produces this error message l…
-
**Description**
I'm using Swarm mode services with hostnames, mounts and environment variables using Swarm templating as described [here](https://docs.docker.com/edge/engine/reference/commandline/s…
-
**Description**
Currently there's no way to execute an arbitrary command in a stopped container.
Although this is by design right now, this design presents one problem: you cannot inspect a …
-
**Description**
Installing an already existing plugin produces an error.
This becomes an issue when running automation scripts (e.g. with Ansible), as the command returns a non-zero code
…
-
**Tell us about your request**
Docker Compose running against local context should support `configs` declaration similar to how `secrets` is supported for local Docker Compose.
**Which service(s) …