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
cd
to command to go to the dir where I have some specificdocker-compose.yml
file - 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?