ls Usage: docker-machine ls [OPTIONS] [arg...] List machines Options: --quiet, -q Enable quiet mode
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.
active See which machine is “active” (a machine is considered active if the DOCKER_HOST environment variable points to it). $
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:
restart Usage: docker-machine restart [arg...] Restart a machine Description: Argument(s) are one or more machine names. Restart
url Get the URL of a host $ docker-machine url dev tcp://192.168.99.109:2376
status Usage: docker-machine status [arg...] Get the status of a machine Description: Argument is a machine name. For example:
Page 1 of 2