Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ehazlett ehazlett released this 26 Feb 14:05
· 2939 commits to master since this release
  • Provision Docker Engines using multiple drivers
  • Provide light management for the machines
    • Create, Start, Stop, Restart, Kill, Remove, SSH
  • Configure the Docker Engine for secure communication (TLS)
  • Easily switch target machine for fast configuration of Docker Engine client
  • Provision Swarm clusters (experimental)

Supported / Included Drivers

  • Amazon EC2
  • Digital Ocean
  • Google
  • Microsoft Azure
  • Microsoft Hyper-V
  • Openstack
  • Rackspace
  • VirtualBox
  • VMware Fusion
  • VMware vCloud Air
  • VMware vSphere

Notes:

  • The default machine directory has changed structure to allow for standalone, self-contained machine directories:
    • ~/.docker/machines -> ~/.docker/machine/machines
    • ~/.docker/machine/.client -> ~/.docker/machine/certs
    • ~/.docker/machine/ca.pem -> ~/.docker/machine/certs/ca.pem
    • ~/.docker/machine/ca-key.pem -> ~/.docker/machine/certs/ca-key.pem