-
Notifications
You must be signed in to change notification settings - Fork 2k
when using the azure driver, --azure-name parameter is not used #419
Comments
Thanks for reporting. Fixed in #427. |
@ehazlett so is it going to be in a format like |
The reason for this is Azure names all instances on the "cloudapp.net" The name is only used for the Azure cloud service and DNS. On Wed, Jan 28, 2015 at 1:48 PM, Ahmet Alp Balkan notifications@github.com
|
I see. But I was wondering if the user should have full control on the dns name or not. For some people dns name means a big deal. (e.g. This code disallows me from creating ahmetsblog.cloudapp.net for my blog using docker machine). Instead, the code can just fail and say "cloud service name xxx.cloudapp.net is already taken". I haven't seen the discussion about this but this would be my comment. I think users should still have control on the dns name. For me, managing ahmet-docker-1, ahmet-docker-2,... is easier than managing ahmetdocker-20150127152433, ahmetdocker-20250127152750 and so on. |
That's a great point. Would you mind opening a separate issue for custom On Wed, Jan 28, 2015 at 7:14 PM, Ahmet Alp Balkan notifications@github.com
|
Another point to consider: https://github.com/chanezon/azure-linux/blob/master/docker/machine.md I got burned by this when testing machine initially. The error message says 3-25 chars, when the name you entered is 10 chars. It took me a while to figure out that docker was not using the name I provided for the cloud service name. |
…x-kernel Update to 3.15.3 linux kernel
Details below.
Maybe this has to do with issue #219
The cloud service and vm names are the same generated name. It's fine, but then the --azure-name option should be removed.
The text was updated successfully, but these errors were encountered: