9 lines
201 B
JSON
9 lines
201 B
JSON
{
|
|
"name": "ARM Dev Container",
|
|
"image": "arm64v8/debian:bullseye",
|
|
"postCreateCommand": "echo Hello from Dev Container!",
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash"
|
|
}
|
|
}
|