Hello all I'm trying to run docker using WSL on wi...
# ieee-sscs-dc-24
k
Hello all I'm trying to run docker using WSL on windows , but I am stuck with this issue every time I write my desktop password it shows me [try again] although it's correct anyone has any idea ?
s
Try running this in windows command line:
Copy code
wsl -u root
Then withint he WSL isntance
passwd kiro
And enter a new password, and when you try running something with sudo again use this new password
k
Done thanks a lot @Sakib Pathen