8000 azure: add flag for static dns label · unlaudable/docker.github.io@52261bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 52261bb

Browse files
ahmetbMisty Stanley-Jones
authored andcommitted
azure: add flag for static dns label
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>
1 parent 98d481e commit 52261bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

machine/drivers/azure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Optional:
8080
- `--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.
8181
- `--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.
8282
- `--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.
8384
- `--azure-docker-port`: Port number for Docker engine.
8485
- `--azure-environment`: Azure environment (e.g. `AzurePublicCloud`, `AzureChinaCloud`).
8586
- `--azure-storage-type`: Type of Azure Storage account hosting the OS disk of the machine (e.g. `Standard_LRS`, `Premium_LRS`).
@@ -110,6 +111,7 @@ Optional:
110111
| `--azure-availability-set` | `AZURE_AVAILABILITY_SET` | `docker-machine` |
111112
| `--azure-storage-type` | `AZURE_STORAGE_TYPE` | `Standard_LRS` |
112113
| `--azure-custom-data` | `AZURE_CUSTOM_DATA_FILE` | - |
114+
| `--azure-dns` | `AZURE_DNS_LABEL` | - |
113115
| `--azure-open-port` | - | - |
114116
| `--azure-private-ip-address` | - | - |
115117
| `--azure-use-private-ip` | - | - |

0 commit comments

Comments
 (0)
0