Skip to content

Instantly share code, notes, and snippets.

@phelewski
Created May 12, 2020 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phelewski/16973fa84a19b0e6d3713da4cb8f6ed7 to your computer and use it in GitHub Desktop.
Save phelewski/16973fa84a19b0e6d3713da4cb8f6ed7 to your computer and use it in GitHub Desktop.
Visual Studios Code Remote - Container Blog | Example Container ENV Variables
"containerEnv": {
"CUSTOM_VAR": "custom-variable-value",
"DYNAMIC_VAR": "${localEnv:LOCAL_VARIABLE}"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment