Installing Docker Compose - jamiti.co
jamiti.co › installing-docker-composeJan 13, 2022 · Install Docker Compose from Ubuntu's repository. Git, Docker, and Docker Compose can be installed with the standard system tools. Here is an example for installation on Ubuntu 20.04: root apt-get install git docker docker-compose root systemctl enable docker. Please check the Git and the Docker documentation for instructions on further setup.