Carlos Esquerdo Bernat
Results
22
comments of
Carlos Esquerdo Bernat
With the alpine image of vlang when building it, if you use this: ``` RUN echo "net.ipv6.conf.all.disable_ipv6 = 1" > /etc/sysctl.d/01-disable-ipv6.conf CMD ["sysctl", "-p", "/etc/sysctl.d/01-disable-ipv6.conf"] ``` It disables ipv6 and...
> @esquerbatua so it fails still if IPv6 is enabled? Now I'm not sure, but disabling ipv6 inside the container never failed again