-
Notifications
You must be signed in to change notification settings - Fork 393
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
Workspace ID inconsistency #1600
Comments
Hey @castorinop thanks for raising your issue! The docker ID should not be the devcontainer UID, this is an ID docker uses and can not be set with |
Hey @castorinop I just tested with your example and it worked for me :/ My docker container came up with the correct name. Just to verify your using the docker provider? and also when you used |
@bkneis, im using docker provider.
docker version: 27.4.1 in this example:
ahother tests:
docker inspect test
docker inspect default-st-45dc4
|
@bkneis i wrote a test to verify. can you try it ? https://gist.github.com/castorinop/22340c83cecf17520983b382a60b8e60 |
What happened?
i want add extra arg name with the value workspace id for docker instance but apears de uid value.
docker inspect instance:
What did you expect to happen instead?
The name of instance should be workspacename_devpod.
for uid should be ${devcontainerUid}, right?
How can we reproduce the bug? (as minimally and precisely as possible)
My
devcontainer.json
:Local Environment:
The text was updated successfully, but these errors were encountered: