Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.25 KB

docker-machine-nutanixAHV

Nutanix AHV (Acropolis Hypervisor) driver for docker-machine

This driver leverages the new plugin architecture being developed for Docker Machine.

Quick start instructions

Dependencies

Nutanix NOS 4.5 or higher is required Nutanix CE is supported as well In this actual release you need to manually upload an actual boot2docker iso to the NutanixAHV and name it "boot2docker"

Capabilities

  • boot2docker.iso based images

  • Dual Network

    • eth1 - A host private network called docker-machines is automatically created to ensure we always have connectivity to the VMs. The docker-machine ip command will always return this IP address which is only accessible from your local system.
  • Other Tunables

    • Virtual CPU count via --
    • Disk size via --kvm-disk-size
    • RAM via --kvm-memory