Youfu Zhang
Youfu Zhang
I ran into this issue today. My environment has a lot of VLAN interfaces. Just a note, for Docker containers, you can make use of macvlan network driver to get...
FYI, some message related to OCSP delay, from ZeroSSL customer support (2021-01) > Our internal team is confirming that we’re working on improving the speed of the availability for OCSP...
Some progress: * `alicloud_instance` got `ipv6_addresses` & `ipv6_address_count` since 1.193.0. * `alicloud_security_group_rule` got `ipv6_cidr_ip` since 1.174.0. --- EDIT: `alicloud_security_group_rule` does not support `ip_protocol = icmpv6`
When I specify `"screenshotsFolder": false` in `cypress.json`, this error also occurs.
> In the meantime, I suggest you fix your system configuration so that resolving localhost doesn't hang for 20s when the DNS server is unreachable. Check your /etc/nsswitch.conf. My system...
> What Go version is your daemon compiled with? It's listed in the docker version output. I have some local change rebased on 20.10 branch, so it should be 1.18.8....
> I'm not sure where the DNS query with your search domain is coming from I configured `dns` option in `/etc/docker/daemon.json`. I did not specify `dns-opt`, nor `dns-search`. `/etc/resolv.conf` on...
> DNS resolution at startup is necessary to mitigate [CVE-2019-14271](https://nvd.nist.gov/vuln/detail/CVE-2019-14271). NSS preloading is only needed when `CGO_ENABLED=1`. I would like to propose a PR that move `func init()` into a...
> I would like to propose a PR ... I changed my mind because docker-ce shipped by official repo is a dynamic build. Fix this issue for static builds only...
already fixed