Docker Machine Docker Machine overview
Rackspace Create machines on Rackspace cloud $ docker-machine
OpenStack Create machines on OpenStack Mandatory: --openstack-auth-url:
config Usage: docker-machine config [OPTIONS] [arg...] Print the connection config for machine Description: Argument is a machine name
stop Usage: docker-machine stop [arg...] Gracefully Stop a machine Description: Argument(s) are one or more machine names. For
provision Re-run provisioning on a created machine. Sometimes it may be helpful to re-run Machine’s provisioning process on a created machine. Reasons for doing so
env Set environment variables to dictate that docker should run a command against a particular machine. $ docker-machine
ssh Log into or run a command on a machine using SSH. To login, just run docker-machine ssh machinename: $ docker-machine
rm Remove a machine. This will remove the local reference as well as delete it on the cloud provider or virtualization management platform. $
help Usage: docker-machine help [arg...] Shows a list of commands or help for one command Usage: docker-machine help subcommand
Page 4 of 5