We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For VS-Code dev containers:
.env-example
runArgs
devcontainer.json
"--env-file",".devcontainer/devcontainer.env"
Dockerfile
Big goal is to be adaptive to different user IDs from different host systems, and not having to hard-code those values when I build the container
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For VS-Code dev containers:
.env-example
and remove the existing one from version controlrunArgs
param indevcontainer.json
to include"--env-file",".devcontainer/devcontainer.env"
(taken from docs)Dockerfile
Big goal is to be adaptive to different user IDs from different host systems, and not having to hard-code those values when I build the container
The text was updated successfully, but these errors were encountered: