mirror of https://github.com/docker/docs.git
19 lines
384 B
Markdown
19 lines
384 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "restart"
|
|
description = "Restart a machine"
|
|
keywords = ["machine, restart, subcommand"]
|
|
[menu.main]
|
|
identifier="machine.restart"
|
|
parent="smn_machine_subcmds"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# restart
|
|
|
|
Restart a machine. Oftentimes this is equivalent to
|
|
`docker-machine stop; docker-machine start`.
|
|
|
|
$ docker-machine restart dev
|
|
Waiting for VM to start...
|