mirror of https://github.com/docker/docs.git
Fix #2860
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
This commit is contained in:
parent
dd3b66e3b6
commit
9de45af808
|
@ -235,7 +235,7 @@ func cmdCreateInner(c CommandLine, api libmachine.API) error {
|
||||||
return fmt.Errorf("Error attempting to save store: %s", err)
|
return fmt.Errorf("Error attempting to save store: %s", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Infof("To see how to connect Docker to this machine, run: %s", fmt.Sprintf("%s env %s", os.Args[0], name))
|
log.Infof("To see how to connect your Docker Client to the Docker Engine running on this virtual machine, run: %s env %s", os.Args[0], name)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue