Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.92 KB

File metadata and controls

38 lines (28 loc) · 1.92 KB
description How to install Docker Compose
keywords compose, orchestration, install, installation, docker, documentation
title Install Docker Compose
toc_max 2

In this page you can find a summary of the available options for installing Compose.

Compose Prerequisites

  • Docker Compose requires Docker Engine.
  • Docker Compose plugin requires Docker CLI.

Compose Installation Scenarios

You can run Compose on macOS, Windows, and 64-bit Linux. Check what installation scenario fits your needs.

Are you looking to:

  • Get latest Compose and its prerequisites right of the bat: Install Docker Desktop for your platform. This is the fastest route and you get Docker Engine and Docker CLI with the Compose plugin. Docker Desktop is available for Mac, Windows and Linux.

  • Install Compose plug in:

    • (Mac, Win, Linux) Docker Desktop: If you have Desktop installed then you already have the Compose plugin installed.
    • Linux systems: To install the Docker CLI's Compose plugin,s use one of these methods of installation:
    • Windows Server: If you want to run the Docker daemon and client directly on Microsoft Windows Server, follow the Windows Server install instructions.

Where to go next