Set DOCKER_ARGS variable in codespace

This commit is contained in:
Ethan Dennis
2022-09-19 12:56:04 -07:00
parent d019e23f3f
commit f848c682f3
3 changed files with 3 additions and 8 deletions
+3
View File
@@ -13,6 +13,9 @@
"--privileged",
"--init"
],
"remoteEnv": {
"DOCKER_ARGS": "--network=host"
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-azuretools.vscode-docker"