mirror of https://github.com/docker/docs.git
Merge pull request #1244 from frapposelli/vcloudair-fix-catalogitem
Fix for the default vCloud Air catalog item.
This commit is contained in:
commit
512f403bb2
|
@ -103,7 +103,7 @@ func GetCreateFlags() []cli.Flag {
|
|||
EnvVar: "VCLOUDAIR_CATALOGITEM",
|
||||
Name: "vmwarevcloudair-catalogitem",
|
||||
Usage: "vCloud Air Catalog Item (default is Ubuntu Precise)",
|
||||
Value: "Ubuntu Server 12.04 LTS (amd64 20140927)",
|
||||
Value: "Ubuntu Server 12.04 LTS (amd64 20150127)",
|
||||
},
|
||||
|
||||
// BoolTFlag is true by default.
|
||||
|
|
Loading…
Reference in New Issue