Files
docker-docs/machine/reference/restart.md
John Mulhausen 558314bf56 Converges titles to imperative-form, front-matter based, and sentence-case (#438)
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00

493 B

description, keywords, title
description keywords title
Restart a machine
machine, restart, subcommand
docker-machine restart
Usage: docker-machine restart [arg...]

Restart a machine

Description:
   Argument(s) are one or more machine names.

Restart a machine. Oftentimes this is equivalent to docker-machine stop; docker-machine start. But some cloud driver try to implement a clever restart which keeps the same ip address.

$ docker-machine restart dev
Waiting for VM to start...