docker / machine

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

Create a VM from custom image in Azure not working. #4522

Open lukasmrtvy opened 6 years ago

lukasmrtvy commented 6 years ago

Seems that is not possible to create VM from custom image. It does not look like it supports custom images.

For example what is working: --azure-image=Canonical:UbuntuServer:18.04-LTS:18.04.201805220 It expects you to supply the publisher, sku and version of the image, these options are only availible in gallery images, not custom ones

For example what is not working: --azure-image=my-custom-image-created-with-packer-with-type-image

lukasmrtvy commented 6 years ago

Duplicate to: https://github.com/docker/machine/issues/4233