Fix comments
This commit is contained in:
Родитель
7689e28ad9
Коммит
fd9f37ef5f
|
@ -13,7 +13,7 @@
|
|||
|
||||
// The optional 'runArgs' property can be used to specify additional runtime arguments.
|
||||
"runArgs": [
|
||||
// Uncomment the next line if you plan to install the Docker CLI. See the docker-in-docker definition for details
|
||||
// Uncomment the next line if you want to use Docker from the container. See the docker-in-docker definition for details.
|
||||
// "-v","/var/run/docker.sock:/var/run/docker.sock",
|
||||
|
||||
// Uncomment the next two lines if you will use a ptrace-based debugger like C++, Go, and Rust
|
||||
|
|
|
@ -13,10 +13,10 @@
|
|||
|
||||
// The optional 'runArgs' property can be used to specify additional runtime arguments.
|
||||
"runArgs": [
|
||||
// Uncomment the next line if you plan to install the Docker CLI. See the docker-in-docker definition for details
|
||||
// Uncomment the next line if you want to use Docker from the container. See the docker-in-docker definition for details.
|
||||
// "-v","/var/run/docker.sock:/var/run/docker.sock",
|
||||
|
||||
// Uncomment the next two lines if you will use a ptrace-based debugger like C++, Go, and Rust
|
||||
// Uncomment the next two lines if you will use a ptrace-based debugger like C++, Go, and Rust.
|
||||
// "--cap-add=SYS_PTRACE",
|
||||
// "--security-opt", "seccomp=unconfined"
|
||||
]
|
||||
|
|
|
@ -3,12 +3,8 @@
|
|||
"dockerFile": "Dockerfile",
|
||||
"appPort": [],
|
||||
"runArgs": [
|
||||
// Uncomment the next line if you plan to install the Docker CLI. See the Docker in Docker definition for details
|
||||
// "-v","/var/run/docker.sock:/var/run/docker.sock",
|
||||
|
||||
// Uncomment the next three lines if you will be using a ptrace-based debuggers like C++, Go, and Rust.
|
||||
// Uncomment the next two lines if you will use a ptrace-based debugger like C++, Go, and Rust.
|
||||
// "--cap-add=SYS_PTRACE",
|
||||
// "--security-opt",
|
||||
/// "seccomp=unconfined"
|
||||
// "--security-opt", "seccomp=unconfined"
|
||||
]
|
||||
}
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
// The optional 'runArgs' property can be used to specify additional runtime arguments.
|
||||
"runArgs": [
|
||||
// Uncomment the next line if you plan to install the Docker CLI. See the docker-in-docker definition for details.
|
||||
// Uncomment the next line if you want to use Docker from the container. See the docker-in-docker definition for details.
|
||||
// "-v","/var/run/docker.sock:/var/run/docker.sock",
|
||||
|
||||
// Uncomment the next two lines if you will be using a ptrace-based debugger like C++, Go, and Rust.
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
"dockerFile": "Dockerfile",
|
||||
"appPort": [],
|
||||
"runArgs": [
|
||||
// Uncomment the next line if you plan to install the Docker CLI. See the docker-in-docker definition for details.
|
||||
// "-v","/var/run/docker.sock:/var/run/docker.sock",
|
||||
|
||||
// Uncomment the next two lines if you will use a ptrace-based debugger like C++, Go, and Rust.
|
||||
// "--cap-add=SYS_PTRACE",
|
||||
// "--security-opt", "seccomp=unconfined"
|
||||
|
|
Загрузка…
Ссылка в новой задаче