mirror of https://github.com/docker/docs.git
Update restart.md (#3318)
This commit is contained in:
parent
21c4dcc420
commit
3a7abe1394
|
@ -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...
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue