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
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
+
"image": "mcr.microsoft.com/devcontainers/base:alpine", // more images at https://hub.docker.com/r/microsoft/devcontainers-base
7
+
// Force x86_64 architecture (for testing on ARM Macs)
8
+
"runArgs": [
9
+
"--network=host",
10
+
"--platform=linux/amd64"
11
+
],
12
+
// Use 'mounts' to make the cargo cache persistent in a Docker Volume.
0 commit comments