You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a Docker CLI or BuildKit issue, but when using BuildKit by specifying DOCKER_BUILDKIT=1 as part of a Docker Build in Docker v18.09, a custom Docker network is no longer recognized.
So for example, a command of "docker build --network demo-net ." will now return:
Error response from daemon: network mode "demo-net" not supported by buildkit
Seemingly this means that it only supports specific network modes are being supported, and not custom Docker networks.
skynexus, MarcosMorelli, psmolkin, PaulooFerrari, oneumyvakin and 49 morekanduvisla, jrajahalme and dm17aesyondu and dm17dm17