This commit is contained in:
Chuck Lantz 2019-05-08 16:29:54 -07:00
Родитель 7689e28ad9
Коммит fd9f37ef5f
5 изменённых файлов: 6 добавлений и 13 удалений

Просмотреть файл

@ -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"