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

Commit 219d665

Browse files
Sven DowideitSven Dowideit
authored andcommitted
Merge pull request #161 from SvenDowideit/tell-user-docker_host-is-good
It was a little weird seeing no feedback - and I'd forgotten that I'd se...
2 parents d3e22df + 3ee93d1 commit 219d665

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmds.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ func cmdUp() int {
282282
if os.Getenv("DOCKER_HOST") != fmt.Sprintf("tcp://%s:%d", IP, m.DockerPort) {
283283
logf("To connect the Docker client to the Docker daemon, please set:")
284284
logf(" export DOCKER_HOST=tcp://%s:%d", IP, m.DockerPort)
285+
} else {
286+
logf("Your DOCKER_HOST env variable is already set correctly.")
285287
}
286288
}
287289
return 0

0 commit comments

Comments
 (0)