--- description: Start a machine keywords: machine, start, subcommand title: docker-machine start hide_from_sitemap: true --- ```none Usage: docker-machine start [arg...] Start a machine Description: Argument(s) are one or more machine names. ``` For example: ```bash $ docker-machine start dev Starting VM... ```