You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Deployments to Azure Container Instances can be made directly from images in Docker Hub and Azure Container Registries in the Registries view. #1718
ACI containers can now be stopped and started from the Explorer view. #2265
Templates for scaffolding can be provided with the new docker.scaffolding.templatePath setting. #1617
The scaffolding experience is now a wizard, which has improved UX. #1642
Changed
The outdated image check feature has been turned off by default. It can still be turned on in settings but may result in rate limiting from Docker Hub. For more information see #2272.
Removed
The command vscode-docker.api.configure has been removed. The command vscode-docker.configure can still be used to programmatically scaffold Dockerfiles. #2267