changed to the latest LTS release instead ubuntu-1404-trusty-v20150128

This commit is contained in:
hokutosei 2015-02-27 12:09:01 +09:00
parent 7c8d35252b
commit 77ea9869b2
2 changed files with 2 additions and 2 deletions

View File

@ -646,7 +646,7 @@ Options:
- `--google-instance-name`: The name of the instance. Default: `docker-machine`
- `--google-project`: The name of your project to use when launching the instance.
The GCE driver will use the `ubuntu-1410-utopic-v20150202` instance type unless otherwise specified.
The GCE driver will use the `ubuntu-1404-trusty-v20150128` instance type unless otherwise specified.
#### IBM Softlayer

View File

@ -29,7 +29,7 @@ type ComputeUtil struct {
const (
apiURL = "https://www.googleapis.com/compute/v1/projects/"
//imageName = "https://www.googleapis.com/compute/v1/projects/google-containers/global/images/container-vm-v20150129"
imageName = "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1410-utopic-v20150202"
imageName = "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1404-trusty-v20150128"
firewallRule = "docker-machines"
port = "2376"
firewallTargetTag = "docker-machine"