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** It is documented that IPv6 pool "should" be at least /80 so that MAC address can fit in the last 48 bits. Using a default-address-pools size larger than 80...

kind/bug
area/networking
version/19.03

### Description We have a 3-replica nginx process running in docker swarm. The compose file for the service specifies that the nginx config is mounted from a docker config in...

status/0-triage
kind/bug
area/swarm
version/20.10

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

**Description** **Steps to reproduce the issue:** 1. create network with this command: docker network create --attachable --driver overlay cluster-network 2. run a couple of service in swarm mode and delete...

kind/bug
area/networking
version/1.13

### Description For security reasons, it could be useful to only allow a network's access from outside to a specific list of IP addresses. That requires iptables rules. `docker network...

kind/feature
area/networking

### daemon/graphdriver/windows: InitFilter() don't use idtools.MkdirAllAndChown() idtools.MkdirAllAndChown on Windows does not chown directories, which makes idtools.MkdirAllAndChown() just an alias for system.MkDirAll(). Also setting the filemode to `0`, as changing filemode...

area/storage
platform/windows
status/2-code-review
kind/refactor

### Description For my purposes i wanted to JSON serialize the type `Args` in the package `github.com/docker/docker/api/types/filters`, but it always failed due to the current implementation on an empty `Args`...

kind/bug
exp/beginner

I kept running into some of these, so thought I'd open a PR to replace them across the board. There's some minor ones remaining, but most of them should be...

status/2-code-review
kind/refactor

Hi - I am working on an HPC project that would need to achieve CPU pinning for containers so that specific tasks run on the appropriate CPU as well as...

kind/enhancement
area/swarm

### Description docker images with a repository:tag given returns bogus results. ### Reproduce ``` ~ docker pull -q images bitnami/kubectl:latest bitnami/kubectl:latest ~ docker images bitnami/kubectl --digests --format '{{.Tag}} --> {{.Digest}}'...

status/0-triage
kind/bug