Install
Install the Compose plugin
https://docs.docker.com/compose/install/linux/#install-using-the-repository
Install the Compose standalone
Compose standalone
Note that Compose standalone uses the
-compose
syntax instead of the current standard syntaxcompose
.
For example typedocker-compose up
when using Compose standalone, instead ofdocker compose up
.