How to Install and Use Docker Compose on Ubuntu 25.04
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application's services. Then, using a single command, you create and start all the services from your configuration.
Update Your System
First, make sure your package list is up to date:
apt update -y
apt upgrade -y
Install Docker
If Docker is not already installed on your system, you can install it using the following command:
apt install docker.io -y
Install Docker Compose
To install Docker Compose, download the latest version from the official GitHub repository:
curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
The above commands will download and install the latest version of Docker Compose.
Verify Docker Compose Version
Check if Docker Compose was installed successfully by running:
docker-compose --version
Output:
root@server:~# docker-compose --version
Docker Compose version v2.35.1
That's it! Docker Compose is now installed and ready to use on your Ubuntu 25.04 server.
CrownCloud - Get a SSD powered KVM VPS at $4.5/month!
Use the code WELCOME
for 10% off!
1 GB RAM / 25 GB SSD / 1 CPU Core / 1 TB Bandwidth per month
Available Locations: LAX | MIA | ATL | FRA | AMS