mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
567 B
567 B
description, keywords, menu, title
| description | keywords | menu | title | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Restart a machine |
|
|
restart |
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...