mirror of https://github.com/docker/docs.git
54 lines
2.1 KiB
Markdown
54 lines
2.1 KiB
Markdown
---
|
|
description: Learn how to install Docker Compose. Compose is available natively on
|
|
Docker Desktop, as a Docker Engine plugin, and as a standalone tool.
|
|
keywords: install docker compose, docker compose install, install docker compose ubuntu,
|
|
installing docker compose, docker compose download, docker compose not found, docker
|
|
compose windows, how to install docker compose
|
|
title: Overview of installing Docker Compose
|
|
linkTitle: Install
|
|
weight: 20
|
|
toc_max: 3
|
|
aliases:
|
|
- /compose/compose-desktop/
|
|
- /compose/install/other/
|
|
- /compose/install/compose-desktop/
|
|
---
|
|
|
|
This page summarizes the different ways you can install Docker Compose, depending on your platform and needs.
|
|
|
|
## Installation scenarios
|
|
|
|
### Scenario one: Install Docker Desktop (Recommended)
|
|
|
|
The easiest and recommended way to get Docker Compose is to install Docker Desktop.
|
|
|
|
Docker Desktop includes Docker Compose along with Docker Engine and Docker CLI which are Compose prerequisites.
|
|
|
|
Docker Desktop is available for:
|
|
- [Linux](/manuals/desktop/setup/install/linux/_index.md)
|
|
- [Mac](/manuals/desktop/setup/install/mac-install.md)
|
|
- [Windows](/manuals/desktop/setup/install/windows-install.md)
|
|
|
|
> [!TIP]
|
|
>
|
|
> If you have already installed Docker Desktop, you can check which version of Compose you have by selecting **About Docker Desktop** from the Docker menu {{< inline-image src="../../desktop/images/whale-x.svg" alt="whale menu" >}}.
|
|
|
|
### Scenario two: Install the Docker Compose plugin (Linux only)
|
|
|
|
> [!IMPORTANT]
|
|
>
|
|
> This method is only available on Linux.
|
|
|
|
If you already have Docker Engine and Docker CLI installed, you can install the Docker Compose plugin from the command line, by either:
|
|
- [Using Docker's repository](linux.md#install-using-the-repository)
|
|
- [Downloading and installing manually](linux.md#install-the-plugin-manually)
|
|
|
|
### Scenario three: Install the Docker Compose standalone (Legacy)
|
|
|
|
> [!WARNING]
|
|
>
|
|
> This install scenario is not recommended and is only supported for backward compatibility purposes.
|
|
|
|
You can [install the Docker Compose standalone](standalone.md) on Linux or on Windows Server.
|
|
|