mirror of
https://github.com/louislam/dockge.git
synced 2025-02-22 11:35:56 +00:00
24 lines
552 B
JSON
24 lines
552 B
JSON
|
{
|
||
|
"name": "Dockge",
|
||
|
"build": {
|
||
|
"dockerfile": "Dockerfile",
|
||
|
"context": ".."
|
||
|
},
|
||
|
"runArgs": [
|
||
|
"-v", "/var/run/docker.sock:/var/run/docker.sock"
|
||
|
],
|
||
|
"forwardPorts": [5000, 5001, 9229],
|
||
|
"customizations": {
|
||
|
"vscode": {
|
||
|
"extensions": [
|
||
|
"dbaeumer.vscode-eslint",
|
||
|
"ms-vscode.vscode-typescript-tslint-plugin",
|
||
|
"vue.volar",
|
||
|
"alexcvzz.vscode-sqlite"
|
||
|
],
|
||
|
"settings": {
|
||
|
"terminal.integrated.shell.linux": "/bin/bash"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|