mirror of
https://github.com/louislam/dockge.git
synced 2025-02-22 03:25:57 +00:00
24 lines
No EOL
552 B
JSON
24 lines
No EOL
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"
|
|
}
|
|
}
|
|
}
|
|
} |