mirror of https://github.com/citusdata/citus.git
19 lines
440 B
JSON
19 lines
440 B
JSON
{
|
|
"image": "citus/devcontainer:dev-20220513",
|
|
"runArgs": [
|
|
"--cap-add=SYS_PTRACE",
|
|
"--security-opt",
|
|
"seccomp=unconfined",
|
|
],
|
|
"forwardPorts": [9700],
|
|
"extensions": [
|
|
"ms-vscode.cpptools",
|
|
"ms-vsliveshare.vsliveshare",
|
|
],
|
|
"mounts": [
|
|
"type=volume,target=/data",
|
|
],
|
|
"updateContentCommand": "./configure",
|
|
"postCreateCommand": "make -C .devcontainer/",
|
|
}
|