Adding hint on restart ip change

Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
This commit is contained in:
Jean-Laurent de Morlhon 2016-01-08 12:30:06 +01:00
parent 3c0af5c733
commit dd7256a96d
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ parent="smn_machine_subcmds"
# restart
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
Waiting for VM to start...