You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing --azure-dns argument which associates a FQDN to the
created public IP resource for the VM.
e.g. a value like 'foo' will be later used as IP 'foo.westus.azure.cloudapp.net'.
Also modifying `ip` subcommand to operate on FQDN, where possible.
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
Copy file name to clipboardExpand all lines: machine/drivers/azure.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ Optional:
80
80
-`--azure-use-private-ip`: Use private IP address of the machine to connect. It's useful for managing Docker machines from another machine on the same network e.g. while deploying Swarm.
81
81
-`--azure-no-public-ip`: Do not create a public IP address for the machine (implies `--azure-use-private-ip`). Should be used only when creating machines from an Azure VM within the same subnet.
82
82
-`--azure-static-public-ip`: Assign a static public IP address to the machine.
83
+
-`--azure-dns`: A unique DNS label for the public IP adddress.
83
84
-`--azure-docker-port`: Port number for Docker engine.
0 commit comments