It seems to be docker compose installed. but I am seeing following error. Please assist me wit this password issue , I am using correct password but I facing issue
shyam@DESKTOP-OO7EVK2:~$ docker compose version
Docker Compose version v2.29.2-desktop.2
shyam@DESKTOP-OO7EVK2:~$ sudo apt-get install docker-compose-plugin
[sudo] password for shyam:
Sorry, try again.
[sudo] password for shyam:
Sorry, try again.
[sudo] password for shyam:
sudo: 3 incorrect password attempts
shyam@DESKTOP-OO7EVK2:~$
It seems to be docker compose installed. but I am seeing following error. Please assist me wit this password issue , I am using correct password but I facing issue
shyam@DESKTOP-OO7EVK2:~$ docker compose version
Docker Compose version v2.29.2-desktop.2
shyam@DESKTOP-OO7EVK2:~$ sudo apt-get install docker-compose-plugin
[sudo] password for shyam:
Sorry, try again.
[sudo] password for shyam:
Sorry, try again.
[sudo] password for shyam:
sudo: 3 incorrect password attempts
shyam@DESKTOP-OO7EVK2:~$
This is a problem of your WSL installation. You believe your password is correct, but the sudo command in your wsl distribution disagrees with you. If you feel this a bug, please open an issue in the WSL GitHub repository: https://github.com/microsoft/WSL/issues
The password of WSL distributions are individual per WSL distribution, and they are not synched with the login password you use to log in into your Windows user.