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
I have installed VS Code Remote Development extension so that I can SSH to remote Ubuntu VM. After successful SSH to this remote VM, I was able to create new Docker image using docker cmdline.
Now I want to push this image to ACR, so I have installed VS Code Docker extension (I can see after install that it is SSH installed, not local). I can login to Azure, find my ACR, see images I have published.
However, when I try either push an image (from Ubuntu VM) to ACR, or pull an image from ACR to Ubuntu VM, I get following error:
I am running VS Code on my local Windows VM.
I have installed VS Code Remote Development extension so that I can SSH to remote Ubuntu VM. After successful SSH to this remote VM, I was able to create new Docker image using docker cmdline.
Now I want to push this image to ACR, so I have installed VS Code Docker extension (I can see after install that it is SSH installed, not local). I can login to Azure, find my ACR, see images I have published.
However, when I try either push an image (from Ubuntu VM) to ACR, or pull an image from ACR to Ubuntu VM, I get following error:
The terminal process failed to launch: Path to shell executable "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" does not exist.
Terminal will be reused by tasks, press any key to close it.
Why is Docker extension trying to use PowerShell? Obviously this path doesn't exist on remote Ubuntu VM. What am I missing?
The text was updated successfully, but these errors were encountered: