We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6193a3b commit 51ae595Copy full SHA for 51ae595
1 file changed
devcontainer.json
@@ -6,7 +6,11 @@
6
// For quick reference: https://containers.dev/implementors/json_reference/
7
"name": "Python Docker",
8
"build": {
9
- "dockerfile": "Dockerfile" },
+ "dockerfile": "Dockerfile"
10
+ },
11
+ "runArgs": [
12
+ "--network=host"
13
+ ],
14
// User is expected to have a local ~/k8s-config directory
15
// and it's an error not to have this directory.
16
// We mount this into the container at /k8s-config.
0 commit comments