From 710e3fe263262e2dd693189e17cfa6056bed9ee5 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Thu, 20 Oct 2022 01:45:04 +0000 Subject: [PATCH] buildx config on devcontainer --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4f990b2..22abbc5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,6 +2,7 @@ { "name": "Docker Devcontainer", "image": "mcr.microsoft.com/vscode/devcontainers/base:0-ubuntu-22.04", + "postCreateCommand": "docker buildx create --use", "forwardPorts": [], "remoteUser": "vscode",