Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ func cmdUp() int {
if os.Getenv("DOCKER_HOST") != fmt.Sprintf("tcp://%s:%d", IP, m.DockerPort) {
logf("To connect the Docker client to the Docker daemon, please set:")
logf(" export DOCKER_HOST=tcp://%s:%d", IP, m.DockerPort)
} else {
logf("Your DOCKER_HOST env variable is already set correctly.")
}
}
return 0
Expand Down