This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
v0.1.8
Pre-release
Pre-release
- 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