](https://gagor.pro/generic-cover.webp)
Install Docker Compose
When I started playing with Docker I was running a lot of commands to build image, delete containers running on old image, run containers based on new image, etc… A lot of log commands with links, volumes, etc… Then I started searching for something to automate this task and here I get to docker-compose command, this is how you may install1 it: Install with Pip pip install docker-compose And install additional bash completions2 (run as root): ...