This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
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
(orx-aws-protocol
) is set tohttp
orhttps
- 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 formatstorageaccount/fileshare
docker compose ls
command to list deployed ECS / ACI compose applicationsdocker 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