Running a Docker image on Windows 10 using a Makefile - Stack ...
stackoverflow.com › questions › 53860350Dec 19, 2018 · Now that your docker-compose file is ready, you need to use it. So you do not need to remember/repeat the docker run command, you will simple execute docker-compose up in the directory where your compose file is located and you will have your container up and running. Note that this is a simple example on how to use docker-compose. It is a powerful feature allowing to start containers from multiple images, creating networks and much more.