I just stumbled upon this repo when trying out the Remote Containers functionality in VSCode. The Node example works fine out of the box, but this example gives an error when the container is initially build:
Sending build context to Docker daemon 8.704kB
Error response from daemon: experimental session with v1 builder is no longer supported, use builder version v2 (BuildKit) instead.
A bit of searching leads to suspecting latest updates of docker do cause this problem since a few weeks.
Bit extra info: MacOS Catalina 10.15.7
Docker 2.4.2.0 (Edge)
Update: turning off 'experimental features' in Docker resolves the problem. I will leave this open as you might want to address this, but feel free to close if there is nothing you can do about it.
Hi all,
I just stumbled upon this repo when trying out the Remote Containers functionality in VSCode. The Node example works fine out of the box, but this example gives an error when the container is initially build:
A bit of searching leads to suspecting latest updates of docker do cause this problem since a few weeks.
Bit extra info: MacOS Catalina 10.15.7 Docker 2.4.2.0 (Edge)
Update: turning off 'experimental features' in Docker resolves the problem. I will leave this open as you might want to address this, but feel free to close if there is nothing you can do about it.