mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
This allows for easier copying of the commands, without selecting the prompt. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
499 B
499 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...