This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
v0.1.8
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 (#16) - Fixed non-interactive ACI context creation