#Dockerizing Laravel Project

4 messages · Page 1 of 1 (latest)

hazy saddle
#

wait, but docker need WSL to running in windows, how your coworker will running the docker image

thin geode
#

as casper said your coworker probably won't be able to run the docker image since docker requires wsl2

drifting lake
#

It's been a couple of years since I developed on Windows, but back then you could opt out of using WSL.

#

Regarding the MySQL issue, can you login manually from the container? I mean compose exec mysql sh, and then login?