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
Win10 2004
VS Code 1.47.3
Docker Edge 2.3.3.2 build 46784 with ACI integration
Docker Ext master branch as of morning 2020 07 29
Repro steps
Make sure you have just one Docker context (the default one). That is docker context ls should shown just one context named "default". If you have more, docker context rm them.
karolz-ms
changed the title
The user is unexpectedly asked to choose compose up command template
The user is unexpectedly asked to choose Compose Up command template
Jul 29, 2020
Win10 2004
VS Code 1.47.3
Docker Edge 2.3.3.2 build 46784 with ACI integration
Docker Ext master branch as of morning 2020 07 29
Repro steps
Make sure you have just one Docker context (the default one). That is
docker context ls
should shown just one context named "default". If you have more,docker context rm
them.Perform repro steps 1-4 from issue 2186.
Expected
The app should start normally
Actual
The user is asked to choose between two command templates for
Compose Up
command:Looks like the logic to filter out command templates based on type of Docker context is not working 100%.
The text was updated successfully, but these errors were encountered: