Appearance
Fresh
Install
Back
Overview of installing Docker Compose
Copy as Markdown
Open MarkdownAsk Docs AIClaudeOpen in Claude
Table of contents
This page summarizes the different ways you can install Docker Compose, depending on your platform and needs.
Installation scenarios
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:
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
.
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.