macOS
Docker Desktop for macOS comes with pre-installed docker-compose. If docker-compose --version gives version 1.2X and above, you may skip this setup.
Installation Guide
Open Terminal.
Download a stable release of Docker Compose
3. Create a symbolic link to /usr/bin
4. Apply executable permissions to the binary
5. To confirm that Docker Compose has been installed, check the docker compose version using
Reference: https://docs.docker.com/compose/install/
Last updated