Access error when using Docker on Windows (WSL)
Received an error when accessing mysql & mariadb containers on WSL in windows 10. Found the solution to the error hereÂ
;tldr version -Â
Cause - Basically the winnat service is hoarding/blocking the mysql port 3306
Solution - As an admin follow these steps -Â
1) net stop winnat
2) Restart Docker engine
3) net start winnat













