├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | The Docker Subscription Service Agreement (https://www.docker.com/legal/docker-subscription-service-agreement) describes Docker's Terms for this software. 2 | By downloading, accessing, or using this software you expressly accept and agree to the Terms set out in the Docker Subscription Service Agreement. 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | > **Note**: compose-bridge features are now part of the Compose project. See https://github.com/docker/compose 2 | >This repository is no longer maintained and archived. 3 | 4 | # compose-bridge-binaries 5 | public repository to get the `compose-bridge` CLI binary for your platform 6 | 7 | ## Install 8 | 9 | 1. Download the latest version of the binary matching your OS and architecture 10 | from the [Releases](https://github.com/docker/compose-bridge-binaries/releases) page. 11 | 12 | 2. Add the binary to your path 13 | 3. Change its permissions `chmod a+x compose-bridge` 14 | --------------------------------------------------------------------------------