Files
docker-machine/docs/drivers/vm-fusion.md
Victoria Bialas 95041b4cfe WIP: docs update for d4mac, d4win, Hyper-V driver and other virtualization factors, swarm mode
more updates to Machine docs for creating local VMsM

added details and example on using hyper-v driver, formatted headings for other driver docs

copyedits

incorporated Nathan's copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-09-28 13:12:53 -07:00

1.6 KiB

VMware Fusion

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

Usage

$ docker-machine create --driver vmwarefusion vm

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).
  • --vmwarefusion-no-share: Disable the mount of your home directory.

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
--vmwarefusion-no-share FUSION_NO_SHARE false