libnetwork
                                
                                 libnetwork copied to clipboard
                                
                                    libnetwork copied to clipboard
                            
                            
                            
                        networking for containers
~This depends on https://github.com/docker/libnetwork/pull/2361, which brings in an up-to-date version of hcsshim.~ This replaces the use of docker/docker/pkg/system, in favour of the same code from Microsoft/hcsshim. With this package, hard-coded...
IPv6 connectivity between containers (ICC) in internal bridge networks seems broken. I've enabled IPv6 and IP6Tables for the daemon since I want basic firewalling and isolation between Docker IPv6 networks...
I have setup 2 docker swarm nodes on 2 VMs, both of them are manager. However the first VM, called NAT VM, is using NAT interface with proper port forwarding...
If an iptables version is used that does not support or expose (in case a wrapper script is used arround iptables) the --wait flag issues occur if multiple containers are...
conbined -> combined
I can't tell if this is an intentional design or actually a bug. I'd like to run a docker container that operates a layer 2 bridge to its hosts wired...
Hi I was wondering whether it is possible to get this working on mac. Currently the issue I am facing is the lack of init script in ns, of course...
Hi there, We discovered an issue today in how queries passed to an external DNS server are retried when an `NXDOMAIN` is received. ``` # /etc/resolv.conf (host) search example.com nameserver...
The hardcoded limit of 1024 is simply not enough. ``` Dec 11 01:32:27 graph dockerd[775]: time="2020-12-11T01:32:27.313894086-08:00" level=error msg="[resolver] more than 1024 concurrent queries from 172.21.0.10:35758" Dec 11 01:32:32 graph dockerd[775]:...
### The problem When calling `RequestAddress` on an IPAM, the `ErrNoAvailableIPs` error can be raised even if there are remaining addresses when some conditions are met. This comes from the...