mirror of https://github.com/docker/docs.git
Merge pull request #1067 from zchee/update-gce-image
Update GCE imageName to v20150316
This commit is contained in:
commit
193357a1ba
|
@ -30,7 +30,7 @@ type ComputeUtil struct {
|
||||||
|
|
||||||
const (
|
const (
|
||||||
apiURL = "https://www.googleapis.com/compute/v1/projects/"
|
apiURL = "https://www.googleapis.com/compute/v1/projects/"
|
||||||
imageName = "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1404-trusty-v20150128"
|
imageName = "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1404-trusty-v20150316"
|
||||||
firewallRule = "docker-machines"
|
firewallRule = "docker-machines"
|
||||||
port = "2376"
|
port = "2376"
|
||||||
firewallTargetTag = "docker-machine"
|
firewallTargetTag = "docker-machine"
|
||||||
|
|
Loading…
Reference in New Issue