mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-10 07:23:30 +01:00
29 lines
453 B
JSON
29 lines
453 B
JSON
|
{
|
||
|
"name": "Ubuntu",
|
||
|
"build": {
|
||
|
"context": "..",
|
||
|
"dockerfile": "Dockerfile",
|
||
|
"args": { "VARIANT": "focal" }
|
||
|
},
|
||
|
|
||
|
"settings": {
|
||
|
"terminal.integrated.profiles.linux": {
|
||
|
"bash (login)": {
|
||
|
"path": "/bin/bash",
|
||
|
"args": ["-l"]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"extensions": [
|
||
|
"ms-azuretools.vscode-docker",
|
||
|
"redhat.vscode-yaml"
|
||
|
],
|
||
|
|
||
|
"mounts": [
|
||
|
"source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind"
|
||
|
],
|
||
|
|
||
|
"remoteUser": "vscode"
|
||
|
}
|