docker-machine ls
ls
Usage: docker-machine ls [OPTIONS] [arg...] List machines Options: --quiet, -q Enable quiet mode --filter [--filter option --filter option] Filter output based on conditions provided --timeout, -t "10" Timeout in seconds, default to 10s --format, -f Pretty-print machines using a Go template
Timeout
The ls
command tries to reach each host in parallel. If a given host does not answer in less than 10 seconds, the ls
command will state that this host is in Timeout
state. In some circumstances (poor connection, high load, or while troubleshooting), you may want to increase or decrease this value. You can use the -t flag for this purpose with a numerical value in seconds.
Example
$ docker-machine ls -t 12 NAME ACTIVE DRIVER STATE URL