4

Install Docker Compose on Ubuntu 20.04

 2 years ago
source link: https://www.vultr.com/docs/install-docker-compose-on-ubuntu-20-04
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
<?xml encoding="utf-8" ??>

Introduction

Docker Compose is a powerful toolkit to manage multi-container projects provided by the Docker official team. Many popular Docker projects require Docker Compose to run, such as Bitwarden. By default, Docker Compose is not installed alongside Docker when using the Ubuntu apt package manager. This guide explains how to install Docker Compose on a Vultr Ubuntu 20.04 cloud server instance.

Prerequisites

1. Install Python and pip

Docker Compose requires Python and the pip package manager.

$ sudo apt install -y python3 python3-pip

2. Install Docker Compose

Install Docker Compose with pip.

$ sudo pip3 install docker-compose

3. Test Docker Compose

Verify the Docker Compose installation.

$ docker-compose -v
docker-compose version 1.27.4, build unknown

Next Steps

The Docker Compose Getting Started guide is an excellent place to begin exploring. Docker also has several sample apps online.

More Resources

Want to contribute?

You could earn up to $600 by adding new articles


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK