From f17e397d784943c2825ef3f320c1bb4d3498316c Mon Sep 17 00:00:00 2001 From: Tom Barlow Date: Sat, 28 Mar 2015 23:08:46 +0000 Subject: [PATCH] Updated docs with environment variables for virtualbox driver Signed-off-by: Tom Barlow --- docs/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/index.md b/docs/index.md index d24e67e42a..fd95da7b9e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -828,6 +828,18 @@ Options: The VirtualBox driver uses the latest boot2docker image. +Environment variables: + +Here comes the list of the supported variables with the corresponding options. If both environment +variable and CLI option are provided the CLI option takes the precedence. + +| Environment variable | CLI option | +|-----------------------------------|-----------------------------------| +| `VIRTUALBOX_MEMORY_SIZE` | `--virtualbox-memory` | +| `VIRTUALBOX_CPU_COUNT` | `--virtualbox-cpu-count` | +| `VIRTUALBOX_DISK_SIZE` | `--virtualbox-disk-size` | +| `VIRTUALBOX_BOOT2DOCKER_URL` | `--virtualbox-boot2docker-url` | + #### VMware Fusion Creates machines locally on [VMware Fusion](http://www.vmware.com/products/fusion). Requires VMware Fusion to be installed.