-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- a devcontainer's container labels encompass
devcontainer.config_file: this label's value specifies a path to thedevcontainer.jsonfrom the perspective of the devcontainer's container engine. - the referenced config file in JSON format contains the
.namefield that specifies the, well, name of the dev container.
A devcontainer decorator thus could be able to retrieve the names of devcontainers and set them as "aliases"/user-facing names (as opposed to container IDs), overriding the Docker autogenerated devcontainer name. Alternatively, the UI rendering could render an additional devcontainer name property on top of the standard container name rendering.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request