Skip to content

Commit

Permalink
Add host net to dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
bjkeller committed Jun 18, 2020
1 parent 765377e commit 613da6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "poetry install"
"postCreateCommand": "poetry install",

"runArgs": ["--net=host"]

// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
// "remoteUser": "vscode"
Expand Down

0 comments on commit 613da6c

Please sign in to comment.