laravel/boost

Docker on Windows

Closed this issue · 2 comments

Is there any solution for dockerized Laravel application (docker-compose.yml) in Windows?
There is an issue for Sail and WSL but I don't use any of them.

I'm not well versed with VM-based Docker on Windows, but I think the flow should be the same. Your mcp.json file(s) would look something like this or this. If docker is globally available in your terminal (i.e. in your PATH), you should just be able to call docker, otherwise use the full executable path.

I think solution for WSL/ Sail and Windows with Docker is this. #105 (comment) which works. Closing this in favour of #66