first commit
This commit is contained in:
8
.devcontainer/devcontainer.json
Normal file
8
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "ARM Dev Container",
|
||||
"image": "arm64v8/debian:bullseye",
|
||||
"postCreateCommand": "echo Hello from Dev Container!",
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user