Skip to main content

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. 

In PowerShell, navigate to where you store your docker compose .yml file. If you dont have one  yet, build it.

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.