vscode-remote-release icon indicating copy to clipboard operation
vscode-remote-release copied to clipboard

Configure buildx builder for dev containers

Open aidandj opened this issue 1 year ago • 0 comments

By default I have a remote builder configured for docker buildx but this does not work for dev containers. I can't find a setting to pick a builder. I have tried a .env file where I tried setting DOCKER_BUILDKIT=0 and BUILDX_BUILDER=default but neither change how the dev container is built.

aidandj avatar Apr 23 '24 16:04 aidandj