regenerate-certs Usage: docker-machine regenerate-certs [OPTIONS] [arg...] Regenerate TLS Certificates for a machine Description:
ssh Log into or run a command on a machine using SSH. To login, just run docker-machine ssh machinename: $ docker-machine
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
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
upgrade Upgrade a machine to the latest version of Docker. How this upgrade happens depends on the underlying distribution used on the created instance. For example,
rm Remove a machine. This will remove the local reference as well as delete it on the cloud provider or virtualization management platform. $
create Create a machine. Requires the --driver flag to indicate which provider (VirtualBox, DigitalOcean, AWS, etc.) the machine should be created on, and an argument
help Usage: docker-machine help [arg...] Shows a list of commands or help for one command Usage: docker-machine help subcommand
Page 2 of 2