-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
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
Test: Apply dev container metadata when attaching #7887
Comments
Question for @chrmarti : When I inspect the containers meta data and format it, I see the customization section twice. One seems to be local to the rust feature and the other global. Why is that?
|
One is from the Rust feature and one is from the devcontainer.json. We could omit those in the devcontainer.json that are equal to those in the feature. Following up in devcontainers/images#372. |
Refs: #7872
Complexity: 3
Create Issue
docker run -d mcr.microsoft.com/devcontainers/rust:latest sleep inf
.Dev Containers: Attach to Existing Container
command and pick the new container.You can also inspect the container's
devcontainer.metadata
label to see the metadata:docker inspect -f '{{ index .Config.Labels "devcontainer.metadata" }}' <container id>
.The text was updated successfully, but these errors were encountered: