docker / machine

Machine management for a container-centric world
https://docs.docker.com/machine/
Apache License 2.0
6.63k stars 1.97k forks source link

Please add AzureStack support to the docker machine driver #3415

Closed nilleb closed 8 years ago

nilleb commented 8 years ago

According to the issue 2907, the azure driver for docker machine supports instantiating Windows 2016 virtual machines on the azure cloud (along with the classical Linux VMs).

It would be nice to have the possibility to instantiate virtual machines on AzureStack, too.

Reference: https://github.com/docker/machine/issues/2907#issuecomment-216905946

ahmetb commented 8 years ago

@nilleb I'm not entirely sure how would that work. Does AzureStack have Active Directory Device Auth (aka.ms/deviceauth) as well? If not, that would require substantial code change.

I require just creating VMs with azure CLI and using docker-machine create -d generic to import the VM to docker-machine and provision accordingly. I don't think we're going to commit to implementing this anytime soon.