- Fixed non-interactive exec (you can
docker exec <CONTAINER> ls
on an ACI context now) - Added
docker logout azure
- 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 - Fixed
docker logs --follow
on Windows (docker-archive/cloud-integration-beta#16) - Fixed non-interactive ACI context creation (https://github.com/docker/desktop-microsoft/issues/40)
- Added the platform when doing an inspect with node-sdk, need to use the master branch of
node-sdk
since we didn't make a new release of it yet