mirror of https://github.com/docker/docs.git
azure: bump default image to Ubuntu 16.04.0-LTS
Ubuntu 15.10 image is EOL'd and removed from azure. Closes #3676. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
This commit is contained in:
parent
b85aac1546
commit
f63aaa20dd
|
|
@ -22,7 +22,7 @@ const (
|
||||||
defaultAzureLocation = "westus"
|
defaultAzureLocation = "westus"
|
||||||
defaultSSHUser = "docker-user" // 'root' not allowed on Azure
|
defaultSSHUser = "docker-user" // 'root' not allowed on Azure
|
||||||
defaultDockerPort = 2376
|
defaultDockerPort = 2376
|
||||||
defaultAzureImage = "canonical:UbuntuServer:15.10:latest"
|
defaultAzureImage = "canonical:UbuntuServer:16.04.0-LTS:latest"
|
||||||
defaultAzureVNet = "docker-machine-vnet"
|
defaultAzureVNet = "docker-machine-vnet"
|
||||||
defaultAzureSubnet = "docker-machine"
|
defaultAzureSubnet = "docker-machine"
|
||||||
defaultAzureSubnetPrefix = "192.168.0.0/16"
|
defaultAzureSubnetPrefix = "192.168.0.0/16"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue