I have installed Docker Toolbox on my Windows machine.
so when I need to start some Docker containers I:
- I start the Docker terminal (which starts the Docker virtual machine
- I use
cdto command to go to the dir where I have some specificdocker-compose.ymlfile - I start the container using
docker-compose up -d
can I have all of this in a .bat file so I just click and don't lose time typing the same everytime I need to start the container?