Level 80
@mohammad6006 VMs and Docker serve the same purpose. It makes absolutely zero sense to boot a VM to boot a Docker project.
Install WSL2 and Docker on your PC, and run the Docker project as it was intended to be ran.
I install Laravel homestead on my windows,
now I have a project need docker and docker compose,
Does it possible to run this project inside Laravel homestead using docker and docker compose? if yes, what should I do? Do I need to any change in homestead.yml? after docker compose up -d which address should I use to run project?
I dont want to install docker desktop to run this project
Please or to participate in this conversation.