New
- Introduce
docker compose cp
.
It allows you to copy a file/folder between a service container and the local file system the same waydocker cp
does.
Thanks to @JulienTant
Bug fixes and minor changes
docker compose ps myservice
does not ignore specified service. Fixes #1547- Setup container(s) with ip address as defined by service's network config (Fixes #1582 )
- Fix detecting active profiles implied by selected services. Fixes #1636
- Fix building compose files with absolute build context / Dockerfile
- Fix race condition in compose down when using depends_on
- Apply single ulimit as soft+hard limit. Fixes #1638
docker compose ps
list stopped containers. -a is used to include oneoff. Fixes #1552- Support bypass envvars. Fixes #1560
- Pass authprovider to buildkit session. Fixes #1545
- Support mulitple bindings for same target port. Fixes #1655
ACI integration
ACI
- Use ACI location specified by user if provided, independently of resource group location. Fixes #1589