microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.21k stars 515 forks source link

Change run commands to use imageId instead of tag #4112

Closed jnsjunior closed 11 months ago

jnsjunior commented 12 months ago

Hello,

The purpose of this pull request is to solve issue #4100 .

Unit tests:

1- Build an untagged image:

Example Dockerfile image

Build image

Untagged image built image

2- Run it (interactive):

Run interactive image

Check running image

Check image ID image

jnsjunior commented 11 months ago

Thank you @bwateratmsft I am happy to help this project

bwateratmsft commented 11 months ago

Now that 1.27.0 is released I'll merge this. Thank you again @jnsjunior!