Skip to content

v0.30.11

Compare
Choose a tag to compare
@gruntwork-ci gruntwork-ci released this 19 Oct 11:13
· 1119 commits to master since this release
0c509a6

Modules affected

  • docker

Description

  • Added a GetDockerHost function that can be used to return the proper hostname to use for talking to services running in Docker. This is typically localhost, but it can be overridden with the DOCKER_HOST environment variable on some systems, which the GetDockerHost knows how to read and parse.

Special thanks

Special thanks to @OwenTuz for the contribution!

Related links