moby
moby copied to clipboard
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
**Description** **Steps to reproduce the issue:** 1. Install Docker 19.03 on Ubuntu 20 or CentOS 8 2. Init Swarm 3. Start some services by docker stack deploy 4. Upgrade docker...
### Description docker run ignores --platform option and leads to a format "exec format error" ### Reproduce 1. Build an docker image with different platform than the host `echo -ne...
### Description I ran a busybox container with `--ipc=host` and it failed on a SLES 15 vm with rootless docker installed. ``` # pid=host foo@linux:~> docker run -d --pid=host busybox...
**Description** Currently AppArmor is not supported for rootless docker ([Known Limitations](https://docs.docker.com/engine/security/rootless/#known-limitations)). I know that loading a new profile via `apparmor_parser` is restricted for a normal user. For this reason the...
### Description If you try to remove an image via API that doesn't exist, it's possible to get back an error like `unrecognized image ...` but it's not a "not...
Signed-off-by: Drew Erny **- What I did** Fixes force remove functionality for Swarm Cluster Volumes **- How I did it** Previously, the code assumed that attempting to force remove a...
Opening as draft, as we should also add CI/validation for this if we want to use this. (also see https://github.com/opencontainers/runc/pull/2975) This formats the code using https://github.com/mvdan/gofumpt, which provides a superset...
Hello. Was sent here from https://github.com/docker/for-win/issues/6077 - [x] I have tried with the latest version of my channel (Stable or Edge) - [x] I have uploaded Diagnostics - Diagnostics ID:...
**Description** The core address pool functionality of automatically dividing a larger subnet into smaller subnets to assign to networks only seems to work for IPv4. IPv6 pools yield one subnet,...
**Description** When attempting to create the pools for IPv6 addresses ranges, the output of `splitNetwork` produces the same CIDR N times rather than the N different CIDRs if the output...