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

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

area/networking
area/swarm
version/20.10

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

kind/question

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

kind/feature
area/docs
area/rootless

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

area/security/apparmor
kind/enhancement
area/rootless

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

area/api
kind/bug
area/images

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

status/2-code-review
process/cherry-pick
area/swarm
area/volumes
kind/bugfix

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

status/2-code-review
area/testing
kind/refactor

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

platform/windows
kind/bug
version/19.03

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

kind/bug
area/networking