I have installed docker desktop on my windows 11 laptop but I am not sure how to start working on creating and managing containers. what i see is below screen. please suggest
No problem, I googled it for you using the search terms “Docker Desktop getting started”.
One of the first hits looks like a winner:
1 Like
Afaik Gitbash is not a supported terminal. You could try doing what it actually suggests twice in the error message: prefix the command with winpty
. Though, you are pretty much on your own with follow-up problems that occur because you choose to work in an unsupported terminal.
The PowerShell and cmd terminals are supported. Use those if you don’t want to fight side effects of using Gitbash.