Run Container in Docker / Docker Compose
If you haven't already, you will need to have Docker Desktop an WSL installed. PowerShell and Docker will run side by side.
Run your Docker container using Docker Compose.
have Docker up and running. Also, pull up PowerShell.
Run the file in Powershell
docker-compose up -d
In just a moment after you run the file, you should see your docker.desktop has the a running container.
YOUR DONE! I hope... have fun.