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

Commit a8b066c

Browse files
committed
Merge pull request #370 from edmorley/mention-shellinit-on-up
Make |boot2docker up| mention `eval "$(boot2docker shellinit)"`
2 parents 7d89508 + 036a5af commit a8b066c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmds.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ func cmdUp() error {
147147
if !checkEnvironment(socket, certPath) {
148148
fmt.Printf("\nTo connect the Docker client to the Docker daemon, please set:\n")
149149
printExport(socket, certPath)
150+
fmt.Printf("\nOr run: `eval \"$(boot2docker shellinit)\"`\n")
150151
} else {
151152
fmt.Printf("Your environment variables are already set correctly.\n")
152153
}

0 commit comments

Comments
 (0)