docs/content/manuals/compose/install/_index.md

1.9 KiB

description keywords title linkTitle weight toc_max aliases
Learn how to install Docker Compose. Compose is available natively on Docker Desktop, as a Docker Engine plugin, and as a standalone tool. install docker compose, docker compose plugin, install compose linux, install docker desktop, docker compose windows, standalone docker compose, docker compose not found Overview of installing Docker Compose Install 20 3
/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

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:

[!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" >}}.

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:

Standalone (Legacy)

[!WARNING]

This install scenario is not recommended and is only supported for backward compatibility purposes.

You can install the Docker Compose standalone on Linux or on Windows Server.