This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
v0.1.10
Pre-release
Pre-release
New features
- Added
docker logout azure
Changes
- Removed the
single--container--aci
container name when doingdocker run
, the name of the container is the random-generated name we all know and love
Bug fixes
- Fixed non-interactive exec (you can
docker exec <CONTAINER> ls
on an ACI context now) - Fixed
docker logs --follow
on Windows (docker-archive/cloud-integration-beta#16) - Fixed non-interactive ACI context creation