Some usefull docker command in powershell windows :
Prerequisite: Visual Studio Code Remote Development Extension Pack
1 2 3 4 5 6 7 8 |
# 1. Build the infrastructur in github directory: docker-compose build # 2. Run the infrastructure docker-compose up # 3.When done, clean up the environement by running docker-compose down |