github docker/compose-cli v0.1.15

latest releases: v1.0.31, v1.0.30, v1.0.29...
pre-release3 years ago

New

  • ECS simulation mode: users can now create an ECS simulation context to run local applications using AWS services.
  • ECS integration creates an Application Load Balancer if protocol (or x-aws-protocol) is set to http or https
  • ACI volume management: users can use docker commands to create, list and remove volumes on Azure, in order to use these volumes in containers and compose applications.
    Volume references when running ACI containers are now in the format storageaccount/fileshare
  • docker compose ls command to list deployed ECS / ACI compose applications
  • docker compose ps command to list services of a compose application in ACI (already available in ECS contexts)

Bug Fixes

  • Fixed a bug in Azure login on some WSL2 configurations. Now falling back to Azure device code flow.
  • ACI: Stop following logs when the container gets stopped
  • ACI: properly pass environment variables using docker run -e key=value, when value includes "="
  • ECS: properly set TaskRole according to configured managed policies/IAM role

Don't miss a new compose-cli release

NewReleases is sending notifications on new releases.