mirror of https://github.com/docker/docs.git
updated google-source-image to the latest ubuntu-1410-utopic-v20150202
Signed-off-by: Jeane Paul Soliva <jeanepaul@gmail.com>
This commit is contained in:
parent
bce52e1de5
commit
7c8d35252b
|
@ -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-1404-trusty-v20141212` instance type unless otherwise specified.
|
||||
The GCE driver will use the `ubuntu-1410-utopic-v20150202` instance type unless otherwise specified.
|
||||
|
||||
#### IBM Softlayer
|
||||
|
||||
|
|
|
@ -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-1404-trusty-v20150128"
|
||||
imageName = "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1410-utopic-v20150202"
|
||||
firewallRule = "docker-machines"
|
||||
port = "2376"
|
||||
firewallTargetTag = "docker-machine"
|
||||
|
|
Loading…
Reference in New Issue