Browse Source

buildx config on devcontainer

pull/157/head
Michael Bianco 2 years ago
committed by GitHub
parent
commit
710e3fe263
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .devcontainer/devcontainer.json

1
.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",

Loading…
Cancel
Save