mirror of https://github.com/docker/docs.git
Adding hint on restart ip change
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
This commit is contained in:
parent
3c0af5c733
commit
dd7256a96d
|
@ -12,7 +12,8 @@ parent="smn_machine_subcmds"
|
||||||
# restart
|
# restart
|
||||||
|
|
||||||
Restart a machine. Oftentimes this is equivalent to
|
Restart a machine. Oftentimes this is equivalent to
|
||||||
`docker-machine stop; docker-machine start`.
|
`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
|
$ docker-machine restart dev
|
||||||
Waiting for VM to start...
|
Waiting for VM to start...
|
||||||
|
|
Loading…
Reference in New Issue