This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
v1.0.5
New
- ACI: support exposing UDP ports (cf #985)
- ECS: add ability to detect "public subnets" and only consider those when building the stack's network configuration (cf #921)
- Compose command: support for service labels
- Compose command: support for anonymous volumes
docker compose ps
lists compose containers, not services
Bug fixes
- Compose command: fixed bug where volume name is not prefixed with compose project when attaching container to volumes
- Add missing description in compose subcommands help (
docker compose --help
) - ACI, ECS : fixed
docker --version
not working in cloud contexts (cf #1049)