Update restart.md (#3318)

This commit is contained in:
Wang Jie 2017-06-03 02:54:13 +08:00 committed by John Mulhausen
parent 21c4dcc420
commit 3a7abe1394
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ Description:
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.
IP address.
```
$ docker-machine restart dev
Waiting for VM to start...
```
```