inspect Usage: docker-machine inspect [OPTIONS] [arg...] Inspect information about a machine Description: Argument is a machine name
scp Copy files from your local host to a machine, from machine to machine, or from a machine to your local host using scp. The notation is machinename
kill Usage: docker-machine kill [arg...] Kill (abruptly force stop) a machine Description: Argument(s) are one or more machine names.
ls Usage: docker-machine ls [OPTIONS] [arg...] List machines Options: --quiet, -q Enable quiet mode
ip Get the IP address of one or more machines. $ docker-machine ip dev 192.168.99.104 $ docker-machine ip dev dev2 192.168.99.104 192.168
start Usage: docker-machine start [arg...] Start a machine Description: Argument(s) are one or more machine names. For example:
active See which machine is “active” (a machine is considered active if the DOCKER_HOST environment variable points to it). $
restart Usage: docker-machine restart [arg...] Restart a machine Description: Argument(s) are one or more machine names. Restart
status Usage: docker-machine status [arg...] Get the status of a machine Description: Argument is a machine name. For example:
regenerate-certs Usage: docker-machine regenerate-certs [OPTIONS] [arg...] Regenerate TLS Certificates for a machine Description:
Page 1 of 2