Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 117ef92

Browse files
committed
commands/create: Update connection message
1 parent dd3b6c9 commit 117ef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func cmdCreateInner(c CommandLine, api libmachine.API) error {
140140
return fmt.Errorf("Error attempting to save store: %s", err)
141141
}
142142

143-
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)
143+
log.Infof("To connect to this virtual machine, run: %s ssh %s", os.Args[0], name)
144144

145145
return nil
146146
}

0 commit comments

Comments
 (0)