├── LICENCE └── README.md /LICENCE: -------------------------------------------------------------------------------- 1 | All Rights Reserved 2 | Copyright 2023 Docker, Inc. 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # compose-desktop 2 | 3 | This repo contains compose-desktop releases. 4 | 5 | ## Install 6 | 7 | 1. Download the latest version of the binary matching your OS and architecture 8 | from the [Releases](https://github.com/docker/compose-desktop/releases) page. 9 | 10 | 2. Move the binary to `~/.docker/cli-plugins/docker-compose` 11 | 3. Change its permissions `chmod a+x ~/.docker/cli-plugins/docker-compose` 12 | --------------------------------------------------------------------------------