docker-archive / cloud-integration-beta

Docker CLI with ACI integration (beta)
https://www.docker.com
32 stars 14 forks source link

Docker Login Azure issues #15

Closed NickKarsky closed 4 years ago

NickKarsky commented 4 years ago

When running 'docker login azure' on a VM in azure, it asks for a username and pass from stdin instead of opening the browser to login. Any ideas why this might be happening and how to fix it? Its a windows 10 VM with docker for desktop installed.

xbringer commented 4 years ago

I had the same problem. It's probably running Docker Desktop stable and not the newest Edge release you need.

gtardif commented 4 years ago

Indeed, it seems you are not running the latest edge version, and the CLI does not include the azure integration. You can check docker version, it should display the version of the azure integration if it is available:

 $ docker version 
Client: Docker Engine - Community
 Azure integration  0.1.4
 Version:           19.03.12
 API version:       1.40
... 
gtardif commented 4 years ago

Closing this one, since it seems to be an install issue.