2015-07-07 09:53:04 -07:00
|
|
|
<!--[metadata]>
|
|
|
|
|
+++
|
|
|
|
|
title = "restart"
|
|
|
|
|
description = "Restart a machine"
|
|
|
|
|
keywords = ["machine, restart, subcommand"]
|
|
|
|
|
[menu.main]
|
2015-08-05 10:57:17 -07:00
|
|
|
identifier="machine.restart"
|
2015-07-07 09:53:04 -07:00
|
|
|
parent="smn_machine_subcmds"
|
|
|
|
|
+++
|
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
|
|
|
|
|
# restart
|
|
|
|
|
|
|
|
|
|
Restart a machine. Oftentimes this is equivalent to
|
2015-07-28 15:21:38 +02:00
|
|
|
`docker-machine stop; docker-machine start`.
|
2015-07-07 09:53:04 -07:00
|
|
|
|
2015-11-27 10:16:42 +01:00
|
|
|
$ docker-machine restart dev
|
|
|
|
|
Waiting for VM to start...
|