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
If you run the ./startDatabase command inside WSLand the docker desktop on windows is running, it works fine. But if you pause the docker desktop on Windows side the WSL cli breaks. As the condition to check if docker is present is met, but is docker running is not. This can be checked by running docker info which fails to output a valid status runtime code that triggers the condition that the docker desktop is not running but is present in the env PATH.
Provide environment information
It's not but here is the version
"initVersion": "7.37.0"
Describe the bug
If you run the
./startDatabase
command inside WSLand the docker desktop on windows is running, it works fine. But if you pause the docker desktop on Windows side the WSL cli breaks. As the condition to check if docker is present is met, but is docker running is not. This can be checked by runningdocker info
which fails to output a valid status runtime code that triggers the condition that the docker desktop is not running but is present in the envPATH
.Reproduction repo
https://github.com/Sapython/interior-design-project
To reproduce
start-database.sh
and it will show a success message.Additional information
The First line is with Docker desktop running and the second one is without but in both cases it shows that the container is operational.
The text was updated successfully, but these errors were encountered: