moby
moby copied to clipboard
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
**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...
### 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...
**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...
### 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...
### 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...
### 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`...
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...
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...
### 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}}'...