libnetwork icon indicating copy to clipboard operation
libnetwork copied to clipboard

networking for containers

Results 145 libnetwork issues
Sort by recently updated
recently updated
newest added

Please add a ndp proxy daemon to libnetwork to allow in cases where no prefix delegation is available to get ipv6 addresses to docker containers. Therefore https://github.com/pommes/docker-ndp-daemon could be adopted....

Preface - I haven't yet debugged this issue enough to know precisely where the issue lies. I do know that I can very trivially reproduce the problem and wanted to...

I have a python application that runs on a docker host (Ubuntu). The application basically allows users to concurrently start multiple containers on IPv4/IPv6 dualstack Macvlan network. For example, if...

Found this panic in the journalctl logs while investigating other container restarts. (During restart some running containers were terminated, which was why I was investigating). ``` Nov 08 08:34:25 host-000009...

Having two network interfaces connected to the same network: First network: ``` $ docker network create -d macvlan \ --subnet 192.168.34.0/24 \ --gateway 192.168.34.1 \ -o parent=eth0 \ --ip-range 192.168.34.2/32...

### Description When running one or more Docker containers with the `--network-alias` flag set, Docker's embedded DNS does not compress the DNS responses for DNS requests against the alias. According...

My goal is to run services in ipv4/ipv6 dual-stack but re-creating the default ingress network for swarm mode fails. Operating System: Ubuntu 18.04.1 LTS Server Version: 18.06.1-ce Re-reproduce the issue:...

Feature Request Current docker embedded DNS uses hardcoded: maxExtDNS = 3 //max number of external servers to try In our company we use 4 DNSservers and thus don't cover all...

This is to address the common issue of Docker environments needing to communicate with other private networks and avoiding IP addressing conflicts. The current IPAM driver allows you to specify...

Hello devs, I´m not a big go programmer, so i hope you can help me... I don´t know how easy we can update the source of **github.com/docker/docker** to a newer...