Files
docker-machine/docs/drivers/vm-fusion.md
Mary Anthony 39806c02e0 First stage of splitting out
Splitting out docs
Fixing location of help
entering in changes from testing
Filling in some missing structure
Updating with the comments from Nathan
Updating with the comments from Nathan
Updating after talk with Evan/Nathan

Signed-off-by: Mary Anthony <mary@docker.com>
2015-07-14 12:44:56 -07:00

1.4 KiB

VMware Fusion

Creates machines locally on VMware Fusion. Requires VMware Fusion to be installed.

Options:

  • --vmwarefusion-boot2docker-url: URL for boot2docker image.
  • --vmwarefusion-cpu-count: Number of CPUs for the machine (-1 to use the number of CPUs available)
  • --vmwarefusion-disk-size: Size of disk for host VM (in MB).
  • --vmwarefusion-memory-size: Size of memory for host VM (in MB).

The VMware Fusion driver uses the latest boot2docker image. See frapposelli/boot2docker

Environment variables and default values:

CLI option Environment variable Default
--vmwarefusion-boot2docker-url FUSION_BOOT2DOCKER_URL Latest boot2docker url
--vmwarefusion-cpu-count FUSION_CPU_COUNT 1
--vmwarefusion-disk-size FUSION_DISK_SIZE 20000
--vmwarefusion-memory-size FUSION_MEMORY_SIZE 1024