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

(I've phrased the issue for moby/moby before realizing that this is a separate component - so sorry for the docker-based description) **Description** Its currently not possible to communicate over encrypted...

docker deamon version 20.10.11 regularly runs into a deadlock related to the controller struct, with the blocked goroutines looking like this: ``` goroutine 7261778 [semacquire, 144 minutes]: sync.runtime_SemacquireMutex(0xc00da48afc, 0x556ce13bcc00, 0x1)...

Could be an idea to setup a release/tag, as none is set since 2016. My 2 cents.

It is possible to have a new build? libnetwork 0.3 Latest Jul 1, 2015 + 42 releases

Since #2548, we see firewalld warnings in systemd logs when Docker starts up. When we tried backporting #2548 [these warnings resulted in fatal errors](https://bugzilla.suse.com/show_bug.cgi?id=1180401): ``` Dec 27 21:36:06.507740 susetest firewalld[578]:...

Currently, libnetwork supports golang version 1.13.8. The upstream version of go already has [1.17.7](https://go.googlesource.com/go/+/refs/tags/go1.17.8) available. We should update moby/libnetwork to support golang 1.17.

Hi, I run an nginx container by docker-compose . I can visit it using http://192.168.222.230/ . Then I add a reject rule to docker zone. ``` firewall-cmd --zone=docker --permanent --add-rich-rule='rule...

Hi, We are struggling with an issue with macvlan driver. We wonder why we can't have multiple macvlan docker network with the same parent ? This check forbids it in...

According to pull request #2148 there is a pool overlapping check added. But check is not necessary when we use a macvlan driver for networks. Now I've got an error...