Skip to content

Setup Compose CLI

Actions
Helps setup the Docker Compose Cloud Integrations CLI
v1.2
Latest
Star (6)

Set up Docker Compose CLI

GitHub Action making it straightforward to install the desired version of Docker Compose CLI.

Usage

Add the following step in your workflow file

- uses: withlogicco/setup-compose-cli@v1

Now you can use the Docker Compose CLI to deploy your apps to Amazon ECS or Azure Container Instances:

- uses: withlogicco/setup-compose-cli@v1
- run: docker context create ecs aws --from-env
- run: docker --context=aws compose up

Picking a different version

- uses: withlogicco/setup-compose-cli@v1
  with:
    version: 1.0.23

Built by Paris Kasidiaris and licensed under the MIT License.

Setup Compose CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Helps setup the Docker Compose Cloud Integrations CLI
v1.2
Latest

Setup Compose CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.