Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit e576f59

Browse files
author
Ed Morley
committed
Give the user more feedback upon a successful |boot2docker init|
Previously there was zero output to the console if init completed successfully, which gave the impression that nothing had occurred. Now we explain that the VM has been initialized, as well as how to start it.
1 parent 17e0cec commit e576f59

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmds.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ func cmdInit() error {
6666
if err != nil {
6767
return fmt.Errorf("Failed to initialize machine %q: %s", B2D.VM, err)
6868
}
69+
fmt.Printf("Initialization of virtual machine %q complete.\n", B2D.VM)
70+
fmt.Printf("Use `boot2docker up` to start it.\n")
6971
return nil
7072
}
7173

0 commit comments

Comments
 (0)