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

Commit 23f95c9

Browse files
committed
Merge pull request #371 from edmorley/output-message-on-init
Give the user more feedback upon a successful |boot2docker init|
2 parents a8b066c + e576f59 commit 23f95c9

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)