Files
docker-docs/machine/reference/restart.md
Sebastiaan van Stijn 19c6cb8f1c Markdown: fix some code-hints
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 14:50:31 +01:00

520 B

description, keywords, title, hide_from_sitemap
description keywords title hide_from_sitemap
Restart a machine machine, restart, subcommand docker-machine restart true
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...