2 Answers
- Newest
- Most votes
- Most comments
0
Hi, on Windows machine you need to execute this tool in some kind of virtual linux env like WSL .
Validation tool is using simple helper script to verify if docker cli is installed. It uses shutil library with "which" method, which is equivalent of running "which" command on Linux systems.
answered 3 months ago
0
You need to make sure docker is integrated with WSL. So if you manually run which docker
command it should return version. You mentioned you have Docker Desktop, please check this guide in WSL documentation how to integrate them.
answered 3 months ago
Yes i integrated my wsl with the docker desktop and followed the above documentation to integrate it but still the problem persists. I have unistalled the docker desktop and installed it again but that also didn't work for me.
Relevant content
- Accepted Answerasked 2 years ago
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- How do I install and troubleshoot Python libraries in Amazon EMR and Amazon EMR Serverless clusters?AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 3 months ago
Hello Thanks for the update, I run the same command on the wsl terminal it showed me the same issue.