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
Refs: devcontainers/spec#91
Complexity: 4
Create Issue
.devcontainer/devcontainer.json
{ "image": "mcr.microsoft.com/devcontainers/base:0-focal", "features": { "./test-feature": "latest" } }
.devcontainer/test-feature/devcontainer-feature.json
{ "id": "test-feature" }
.devcontainer/test-feature/install.sh
#!/bin/sh printenv >/printenv.env
/printenv.env
_REMOTE_USER
_CONTAINER_USER
_REMOTE_USER_HOME
_CONTAINER_USER_HOME
"containerUser": "vscode", "remoteUser": "root",
The text was updated successfully, but these errors were encountered:
works fine for me on macOS and a Docker container.
Sorry, something went wrong.
works as well for me, macOS and Docker container
No branches or pull requests
Refs: devcontainers/spec#91
Complexity: 4
Create Issue
.devcontainer/devcontainer.json
:.devcontainer/test-feature/devcontainer-feature.json
:.devcontainer/test-feature/install.sh
:/printenv.env
has_REMOTE_USER
,_CONTAINER_USER
,_REMOTE_USER_HOME
and_CONTAINER_USER_HOME
./printenv.env
has the updated values.The text was updated successfully, but these errors were encountered: