How To Install and Use Docker Compose on Debian 9

Posted by linuxize on Nov 20, 2018 5:26 AM
By linuxize.com
Mail this story
Web version

Docker Compose is a tool that allows you to define and orchestrate multi-container Docker applications. It uses a YAML file to configure the application's containers, networks and volumes. Compose can be used for various purposes. Single host application deployments, automated testing and local development are the most popular use cases for Docker Compose.

This tutorial will walk through the process of installing the latest version of Docker Compose on Debian 9. We'll also explore the basic Docker Compose concepts and commands.

Full Story

Printed at http://lxer.com/module/newswire/view/263047/index.html