How to Use Docker Compose | Linode
www.linode.com › docs › guidesJan 02, 2018 · Docker Compose solves this problem by allowing you to use a YAML file to define multi-container apps. You can configure as many containers as you want, how they should be built and connected, and where data should be stored. When the YAML file is complete, you can run a single command to build, run, and configure all of the containers.