> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/arch/install-docker-compose.md).

# Install Docker Compose

We can install Docker Compose in Arch Linux by running -

```bash
sudo pacman -S docker-compose
```

***Source:*** [***ArchLinux***](https://archlinux.org/packages/community/x86_64/docker-compose/)
